This commit is contained in:
Stef Heyenrath
2026-02-11 22:39:41 +01:00
parent 547b5673c0
commit 1bac18aeb1
5 changed files with 40 additions and 3 deletions

4
.github/copilot-instructions.md vendored Normal file
View File

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