Skip to content

Commit c474dcc

Browse files
committed
Add suppression for NU1903
1 parent 0fdaa6b commit c474dcc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: tests/EffectiveCSharp.Analyzers.Benchmarks/EffectiveCSharp.Analyzers.Benchmarks.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net9.0</TargetFramework>
55
<IsPackable>false</IsPackable>
6+
<!-- There are transitive dependencies that need to be updated -->
7+
<NoWarn>$(NoWarn);NU1903</NoWarn>
68
</PropertyGroup>
79
<ItemGroup>
810
<ProjectReference Include="$(RepoRoot)/src/EffectiveCSharp.Analyzers/EffectiveCSharp.Analyzers.csproj" />

Diff for: tests/EffectiveCSharp.Analyzers.Tests/EffectiveCSharp.Analyzers.Tests.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<IsTestProject>true</IsTestProject>
66
<!-- The CompositeAnalyzer triggers RS1036 -->
77
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
8+
<!-- There are transitive dependencies that need to be updated -->
9+
<NoWarn>$(NoWarn);NU1903</NoWarn>
810
</PropertyGroup>
911
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1012
</PropertyGroup>

0 commit comments

Comments
 (0)