Files
WireMock.Net-wiremock/.github/copilot-instructions.md
Stef Heyenrath 1bac18aeb1 byte[]
2026-02-11 22:39:41 +01:00

4 lines
175 B
Markdown

# Copilot Instructions
## Project Guidelines
- All new byte[xx] calls should use using var data = ArrayPool<byte>.Shared.Lease(xx); instead of directly allocating byte arrays