We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d98da commit f591d92Copy full SHA for f591d92
1 file changed
src/runtime/Python.Runtime.csproj
@@ -28,7 +28,7 @@
28
<AssemblyOriginatorKeyFile>..\pythonnet.snk</AssemblyOriginatorKeyFile>
29
<SignAssembly>true</SignAssembly>
30
31
- <NoWarn>1591;NU1701</NoWarn>
+ <NoWarn>1591;NU1701;NoCopy04;NoCopy05;NoCopy06</NoWarn>
32
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
33
34
<IsPackable>true</IsPackable>
0 commit comments