File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/System.Private.Windows.Core/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1414 cross that bridge when we hit it (if ever).
1515 -->
1616 <NoWarn >$(NoWarn);CS8981</NoWarn >
17- <!-- Reenable IDE0059 when VRM SDK version contains the fix for "reference-like" types -->
18- <!-- Reenable IDE0082 when VRM SDK version contains the fix for typeof/nameof support for generics -->
19- <NoWarn Condition =" '$(DotNetBuild)' == 'true'" >$(NoWarn);IDE0059;IDE0082</NoWarn >
17+ <!-- Reenable when VRM SDK version contains fis for "reference-like" types -->
18+ <NoWarn Condition =" '$(DotNetBuild)' == 'true'" >$(NoWarn);IDE0059</NoWarn >
2019 <!--
2120 CS3016: We don't care about CLS compliance since everything here is internal and we want to match native types.
2221 SYSLIB5005: System.Formats.Nrbf is experimental
You can’t perform that action at this time.
0 commit comments