We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3d8ab commit c30eaf5Copy full SHA for c30eaf5
Directory.Build.props
@@ -126,6 +126,9 @@
126
127
<!-- don't warn about unnecessary trim warning suppressions. can be removed with preview 6. -->
128
<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>
132
</PropertyGroup>
133
134
<!-- Source code settings -->
0 commit comments