File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
System.Private.Windows.Core/src Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 2121 SYSLIB5005: System.Formats.Nrbf is experimental
2222 -->
2323 <NoWarn >$(NoWarn);CS3016;SYSLIB5005</NoWarn >
24+ <!-- Reenable when SDK and dotnet Preview 4 versions flow into this repo and we are in sync with VMR. -->
25+ <!-- tracking https://github.com/dotnet/winforms/issues/13261 -->
26+ <NoWarn Condition =" '$(DotNetBuild)' == 'true'" >$(NoWarn);IDE0031</NoWarn >
2427 <Deterministic >true</Deterministic >
2528 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
2629 <UsePublicApiAnalyzers >false</UsePublicApiAnalyzers >
Original file line number Diff line number Diff line change 1515 SYSLIB5005: System.Formats.Nrbf is experimental
1616 -->
1717 <NoWarn >$(NoWarn);SYSLIB5005</NoWarn >
18+ <!-- Reenable when fixes are made for IDE0031 warnings that VMR treats as errors. -->
19+ <NoWarn Condition =" '$(DotNetBuild)' == 'true'" >$(NoWarn);IDE0031</NoWarn >
1820 <Win32Manifest >Resources\System\Windows\Forms\XPThemes.manifest</Win32Manifest >
1921 <Deterministic >true</Deterministic >
2022 <ProduceReferenceAssembly >true</ProduceReferenceAssembly >
You can’t perform that action at this time.
0 commit comments