Skip to content

Commit 16745cf

Browse files
authored
NoWarn SIGN004 (#62048)
1 parent 0b1c74a commit 16745cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@
133133

134134
<!-- // Temporary diagnostic code from https://github.com/dotnet/extensions/pull/4130 for metrics APIs used in test. -->
135135
<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>
136139
</PropertyGroup>
137140

138141
<!-- Source code settings -->

0 commit comments

Comments
 (0)