Remove old StyleCop and use built-in analyzer.

This commit is contained in:
2026-06-08 15:25:44 +02:00
parent 5b89d794ca
commit 8a80499d73
16 changed files with 6 additions and 37 deletions
@@ -1,9 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Rsdo.StyleCop" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Rsdo.Concordancer.ServiceModel\Rsdo.Concordancer.ServiceModel.csproj" />
</ItemGroup>
@@ -6,7 +6,6 @@
<PackageReference Include="FluentMigrator.Runner" />
<PackageReference Include="FluentMigrator.Runner.Postgres" />
<PackageReference Include="Npgsql" />
<PackageReference Include="Rsdo.StyleCop" />
</ItemGroup>
<ItemGroup>
@@ -5,7 +5,6 @@
<PackageReference Include="Microsoft.Extensions.Configuration" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" />
<PackageReference Include="OpenSearch.Client" />
<PackageReference Include="Rsdo.StyleCop" />
</ItemGroup>
<ItemGroup>
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Rsdo.StyleCop" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
</ItemGroup>
@@ -12,7 +12,6 @@
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="Npgsql" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
<PackageReference Include="Rsdo.StyleCop" />
</ItemGroup>
<ItemGroup>