File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 >$(NoWarn);TBD</NoWarn >
129132 </PropertyGroup >
130133
131134 <!-- Source code settings -->
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.100-preview.7.23356.6 "
3+ "version" : " 8.0.100-preview.7.23360.1 "
44 },
55 "tools" : {
6- "dotnet" : " 8.0.100-preview.7.23356.6 " ,
6+ "dotnet" : " 8.0.100-preview.7.23360.1 " ,
77 "runtimes" : {
88 "dotnet/x86" : [
99 " $(MicrosoftNETCoreBrowserDebugHostTransportVersion)"
You can’t perform that action at this time.
0 commit comments