Skip to content

Commit

Permalink
<NoWarn>CS0436,NU5111</NoWarn>
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Oct 15, 2024
1 parent 91324aa commit 8c1fd00
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/NetPackageAnalyzer/AnalyzeMerge/AnalyzeMerge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>


Expand Down
3 changes: 2 additions & 1 deletion src/NetPackageAnalyzer/NPA.HtmlData/NPA.HtmlData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);RSCG_InterceptMethod</InterceptorsPreviewNamespaces>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

<NoWarn>CS0436</NoWarn>

<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>8.2024.429.0700</Version>
<NoWarn>CS0436</NoWarn>
<NoWarn>CS0436,NU5111</NoWarn>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

</PropertyGroup>
Expand Down

0 comments on commit 8c1fd00

Please sign in to comment.