stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -99,4 +99,10 @@
<Copy SourceFiles="@(ScannerLangAnalyzerPluginArtifacts)" DestinationFolder="$(ScannerLangAnalyzerPluginOutputDirectory)" SkipUnchangedFiles="true" />
</Target>
<!-- Enable Microsoft Testing Platform for all xUnit v3 projects (including those that set UseXunitV3 in their csproj).
This must be in targets (not props) because non-.Tests projects set UseXunitV3 in their project file,
which is evaluated after Directory.Build.props but before Directory.Build.targets. -->
<PropertyGroup Condition="'$(UseXunitV3)' == 'true' and '$(TestingPlatformDotnetTestSupport)' == ''">
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>
</PropertyGroup>
</Project>