This commit is contained in:
Stef Heyenrath
2026-04-25 09:39:44 +02:00
parent 32f42105b1
commit 31636e5e40
13 changed files with 761 additions and 209 deletions

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

@@ -0,0 +1,5 @@
# Copilot Instructions
## Project Guidelines
- When running tests in this workspace, do not run tests for the net48 target framework.
- When changing System.Text.Json code in this workspace, verify API availability for netstandard2.0 and netstandard2.1 instead of assuming newer APIs exist.