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 0b1c74a commit 16745cfCopy full SHA for 16745cf
Directory.Build.props
@@ -133,6 +133,9 @@
133
134
<!-- // Temporary diagnostic code from https://github.com/dotnet/extensions/pull/4130 for metrics APIs used in test. -->
135
<NoWarn>$(NoWarn);TBD</NoWarn>
136
+
137
+ <!-- In Preview5 only, NoWarn this signing error about mismatched 1st/3rd party .dll/signatures. SignTool mistakenly sees R2R images as 3rd-party -->
138
+ <NoWarn>$(NoWarn);SIGN004</NoWarn>
139
</PropertyGroup>
140
141
<!-- Source code settings -->
0 commit comments