Update instructions.md (#1444)

This commit is contained in:
Stef Heyenrath
2026-04-17 13:23:29 +02:00
committed by GitHub
parent 6e2a4d7e04
commit 02b7e3744e
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
# 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