From 97177359c1f0430d909c5e6a06931633a23dbd2a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 18 Mar 2025 16:02:24 +0100 Subject: [PATCH] Revert "Disable IDE0082 in the VMR build (#13143)" This reverts commit eb7e0d567da078f1889bb5eac29374a9dfe97dde. --- .../src/System.Private.Windows.Core.csproj | 5 ++--- 1 file changed, 2 insertions(+), 3 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 f9b8db10c1f..a57794cc65a 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,9 +14,8 @@ cross that bridge when we hit it (if ever). --> $(NoWarn);CS8981 - - - $(NoWarn);IDE0059;IDE0082 + + $(NoWarn);IDE0059