Adds Stylecop replacement package

This commit is contained in:
2025-11-05 16:08:41 +02:00
parent 0e65386326
commit 8002108e5d
2 changed files with 8 additions and 0 deletions

View File

@@ -208,6 +208,13 @@
</PackageReference>
</ItemGroup>
<ItemGroup Label="Analyzers">
<PackageReference Include="NewStyleCop.Analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup Label="Test Frameworks" Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="NSubstitute"/>
<PackageReference Include="NSubstitute.Analyzers.CSharp">