From 6c31646a770b870643e1261d3dc3cd8ed5c12e9f Mon Sep 17 00:00:00 2001 From: Tanya Solyanik Date: Fri, 14 Mar 2025 11:38:04 -0700 Subject: [PATCH] re-introduce https://github.com/dotnet/winforms/issues/12881 to support the VMR build --- .../src/System.Private.Windows.Core.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/System.Private.Windows.Core/src/System.Private.Windows.Core.csproj b/src/System.Private.Windows.Core/src/System.Private.Windows.Core.csproj index a57794cc65a..f9b8db10c1f 100644 --- a/src/System.Private.Windows.Core/src/System.Private.Windows.Core.csproj +++ b/src/System.Private.Windows.Core/src/System.Private.Windows.Core.csproj @@ -14,8 +14,9 @@ cross that bridge when we hit it (if ever). --> $(NoWarn);CS8981 - - $(NoWarn);IDE0059 + + + $(NoWarn);IDE0059;IDE0082