Skip to content

Commit c30eaf5

Browse files
committed
Suppress temporary experimental API diagnostic
1 parent 9d3d8ab commit c30eaf5

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
@@ -126,6 +126,9 @@
126126

127127
<!-- don't warn about unnecessary trim warning suppressions. can be removed with preview 6. -->
128128
<NoWarn>$(NoWarn);IL2121</NoWarn>
129+
130+
<!-- // Temporary diagnostic code from https://github.com/dotnet/extensions/pull/4130 for metrics APIs used in test. -->
131+
<NoWarn>TBD</NoWarn>
129132
</PropertyGroup>
130133

131134
<!-- Source code settings -->

0 commit comments

Comments
 (0)