Replaces configuration files and update project structure

This commit is contained in:
2025-06-16 22:35:21 +03:00
parent 65f3c1c41b
commit 419780df44
20 changed files with 930 additions and 31 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
}