mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-16 15:27:42 +01:00
175 B
175 B
Copilot Instructions
Project Guidelines
- All new byte[xx] calls should use using var data = ArrayPool.Shared.Lease(xx); instead of directly allocating byte arrays