🔧 Migrates test settings to modern Testing Platform
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user