Bump MSTest to 3.8.3 and enable its new Analyzers

This commit is contained in:
YoshiRulz 2025-04-16 23:00:46 +10:00
parent aea450542a
commit 85dd9c816a
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="8.0.4" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
<PackageVersion Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageVersion Include="MSTest" Version="3.7.1" />
<PackageVersion Include="MSTest" Version="3.8.3" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Nullable" Version="1.3.1" />
<PackageVersion Include="PolySharp" Version="1.15.0" />

View File

@ -5,6 +5,7 @@
<Import Project="../TestProjects.props" />
<PropertyGroup>
<DefineConstants Condition=" '$(ContinuousIntegrationBuild)' == 'true' ">$(DefineConstants);SKIP_PLATFORM_TESTS</DefineConstants>
<MSTestAnalysisMode>All</MSTestAnalysisMode>
<RunSettingsFilePath>$(MSBuildProjectDirectory)/../MainSln.runsettings</RunSettingsFilePath>
</PropertyGroup>
<ItemGroup>