Initial commit

This commit is contained in:
2026-02-15 14:25:07 +02:00
commit 2aa19039d0
25 changed files with 2480 additions and 0 deletions

9
xunit.runner.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"methodDisplay": "classAndMethod",
"methodDisplayOptions": "all",
"parallelAlgorithm": "aggressive",
"parallelizeAssembly": true,
"longRunningTestSeconds": 5,
"showLiveOutput": true
}