mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-26 02:51:04 +01:00
4 lines
175 B
Markdown
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 |