🔧 Migrates test settings to modern Testing Platform

This commit is contained in:
2026-03-20 01:57:46 +02:00
parent cbf8083d31
commit fe4e5ebef1
4 changed files with 25 additions and 42 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"platformOptions": {
},
"codeCoverage": {
"ExcludeAssembliesWithoutSources": "MissingAll",
"IncludeTestAssembly": false,
"SkipAutoProperties": true,
"AttributesExclude": [
"^System\\.ObsoleteAttribute$",
"^System\\.CodeDom\\.Compiler\\.GeneratedCodeAttribute$"
],
"SourcesExclude": [
".*\\\\tests\\\\.*\\.cs$",
".*\\\\samples\\\\.*\\.cs$"
]
},
"tunit": {
"long-running-test-seconds": 5
}
}