Skip to content

Commit f591d92

Browse files
committed
Update NoWarn settings in Python.Runtime.csproj to include additional warnings
1 parent 32d98da commit f591d92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/Python.Runtime.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<AssemblyOriginatorKeyFile>..\pythonnet.snk</AssemblyOriginatorKeyFile>
2929
<SignAssembly>true</SignAssembly>
3030

31-
<NoWarn>1591;NU1701</NoWarn>
31+
<NoWarn>1591;NU1701;NoCopy04;NoCopy05;NoCopy06</NoWarn>
3232
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
3333

3434
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)