42 lines
1.5 KiB
Text
42 lines
1.5 KiB
Text
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<RunSettings>
|
||
|
|
<RunConfiguration>
|
||
|
|
<MaxCpuCount>0</MaxCpuCount>
|
||
|
|
<ResultsDirectory>.\TestResults</ResultsDirectory>
|
||
|
|
<TargetFrameworkVersion>net9.0</TargetFrameworkVersion>
|
||
|
|
</RunConfiguration>
|
||
|
|
|
||
|
|
<DataCollectionRunSettings>
|
||
|
|
<DataCollectors>
|
||
|
|
<DataCollector friendlyName="Code Coverage" uri="datacollector://Microsoft/CodeCoverage/2.0">
|
||
|
|
<Configuration>
|
||
|
|
<CodeCoverage>
|
||
|
|
<ModulePaths>
|
||
|
|
<Include>
|
||
|
|
<ModulePath>.*SWP\.Core\.dll$</ModulePath>
|
||
|
|
</Include>
|
||
|
|
<Exclude>
|
||
|
|
<ModulePath>.*Tests.*</ModulePath>
|
||
|
|
</Exclude>
|
||
|
|
</ModulePaths>
|
||
|
|
<UseVerifiableInstrumentation>True</UseVerifiableInstrumentation>
|
||
|
|
<AllowLowIntegrityProcesses>True</AllowLowIntegrityProcesses>
|
||
|
|
<CollectFromChildProcesses>True</CollectFromChildProcesses>
|
||
|
|
<CollectAspDotNet>False</CollectAspDotNet>
|
||
|
|
</CodeCoverage>
|
||
|
|
</Configuration>
|
||
|
|
</DataCollector>
|
||
|
|
</DataCollectors>
|
||
|
|
</DataCollectionRunSettings>
|
||
|
|
|
||
|
|
<MSTest>
|
||
|
|
<MapInconclusiveToFailed>false</MapInconclusiveToFailed>
|
||
|
|
<CaptureTraceOutput>true</CaptureTraceOutput>
|
||
|
|
<DeleteDeploymentDirectoryAfterTestRunIsComplete>true</DeleteDeploymentDirectoryAfterTestRunIsComplete>
|
||
|
|
<DeploymentEnabled>true</DeploymentEnabled>
|
||
|
|
<Parallelize>
|
||
|
|
<Workers>0</Workers>
|
||
|
|
<Scope>MethodLevel</Scope>
|
||
|
|
</Parallelize>
|
||
|
|
</MSTest>
|
||
|
|
</RunSettings>
|