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