style: temporarily disable stylecop analyzers

This commit is contained in:
2025-12-04 14:34:24 +08:00
parent 23b69f6f55
commit 7f6eabfead
2 changed files with 2 additions and 4 deletions

View File

@@ -6,11 +6,7 @@
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.507" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" />
</ItemGroup>
</Project>