Skip to content

Commit

Permalink
remove warning exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanProvaznik committed Dec 6, 2024
1 parent e50ef71 commit 4f9024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
RS0016 & RS0017: Roslyn analyzers seem to be bugged, claiming that API's that exist don't and vise-versa: https://github.com/dotnet/msbuild/issues/7903
-->

<NoWarn>$(NoWarn);NU1507;NU1603;NU1605;NU5105;NU5100;NU1701;1702;SYSLIB0011;SYSLIB0037;SYSLIB0044;RS0016;RS0017;</NoWarn>
<NoWarn>$(NoWarn);NU1507;NU1603;NU5105;1702;SYSLIB0011;SYSLIB0037;SYSLIB0044;RS0016;RS0017;</NoWarn>
<!-- Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certific
ates https://learn.microsoft.com/en-gb/dotnet/fundamentals/syslib-diagnostics/syslib0057 -->
<NoWarn>$(NoWarn);SYSLIB0057;</NoWarn>
Expand Down

0 comments on commit 4f9024c

Please sign in to comment.