Skip to content

Commit

Permalink
chore(build): ignore CS0414 & CS0649
Browse files Browse the repository at this point in the history
  • Loading branch information
NyuwBot committed Jan 1, 2024
1 parent 6c6fcc5 commit e6fcb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DisCatSharp.Targets/Library.targets
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PropertyGroup>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<CodeAnalysisRuleSet>$(MSBuildProjectDirectory)/../DisCatSharp.Tools/DisCatSharp.ruleset</CodeAnalysisRuleSet>
<NoWarn>1591;NU5128;DV2001;NETSDK1188;CS8600;CS8625;CS8601;CS8604;CS0219;CS8618;CS8619;CS8597;CS8603;CS8602;CS8765;CS8632;CS8633;CS8714;CS8629;CS8767;CS8620</NoWarn>
<NoWarn>1591;NU5128;DV2001;NETSDK1188;CS8600;CS8625;CS8601;CS8604;CS0219;CS8618;CS8619;CS8597;CS8603;CS8602;CS8765;CS8632;CS8633;CS8714;CS8629;CS8767;CS8620;CS0649</NoWarn>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion DisCatSharp.Targets/TestProject.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<CodeAnalysisRuleSet>$(MSBuildProjectDirectory)/../../DisCatSharp.Tools/DisCatSharp.ruleset</CodeAnalysisRuleSet>
<IsPackable>false</IsPackable>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<NoWarn>1591;NU5128;DV2001;CS0271</NoWarn>
<NoWarn>1591;NU5128;DV2001;CS0271;CS0414</NoWarn>
</PropertyGroup>
</Project>

0 comments on commit e6fcb2a

Please sign in to comment.