Skip to content

Commit

Permalink
Suppress the temporary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Dec 15, 2023
1 parent db6bbc4 commit 04daf75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/Interop/Windows/TerraFX.Interop.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<!-- CS8981: The type name only contains lower-cased ascii characters -->
<!-- SYSLIB1054: Use LibraryImportAttribute instead of DllImportAttribute to generate p/invoke marshalling code at compile time. -->
<NoWarn>$(NoWarn);CA1003;CA1008;CA1024;CA1027;CA1028;CA1030;CA1034;CA1040;CA1041;CA1051;CA1069;CA1305;CA1401;CA1700;CA1707;CA1708;CA1711;CA1712;CA1715;CA1716;CA1720;CA1724;CA1815;CA2201;CA2217;CA2225;CS1591;CS8981;SYSLIB1054</NoWarn>
<NoWarn>$(NoWarn);CS0618</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 04daf75

Please sign in to comment.