Skip to content

Commit

Permalink
set EnforceExtendedAnalyzerRules true
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Nov 24, 2024
1 parent be4fbab commit cb6df68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aqua.tool.Validation/aqua.tool.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<NoWarn>$(NoWarn);NU5128</NoWarn>
</PropertyGroup>

Expand All @@ -15,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" Pack="false" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" Pack="false" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit cb6df68

Please sign in to comment.