Skip to content

Commit 0986130

Browse files
committed
Update NoWarn to include DisabledWarnings
1 parent fe3fc7c commit 0986130

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RubberduckBaseProject.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,12 @@
6666
</Target>
6767
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6868

69+
<PropertyGroup>
70+
<!--
71+
Visual Studio warning ignores work through NoWarn and ignore DisabledWarnings.
72+
Accordingly we amend NoWarn to include DisabledWarnings.
73+
-->
74+
<NoWarn>$(NoWarn);$(DisabledWarnings)</NoWarn>
75+
</PropertyGroup>
76+
6977
</Project>

0 commit comments

Comments
 (0)