From 7a2553eef53368e158acd325666e90b83680a69f Mon Sep 17 00:00:00 2001 From: xtqqczze Date: Fri, 25 Jun 2021 17:03:00 +0100 Subject: [PATCH] Skip analyzers for `Microsoft.Management.UI.Internal` --- src/Microsoft.Management.UI.Internal/.globalconfig | 3 --- .../Microsoft.PowerShell.GraphicalHost.csproj | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 src/Microsoft.Management.UI.Internal/.globalconfig diff --git a/src/Microsoft.Management.UI.Internal/.globalconfig b/src/Microsoft.Management.UI.Internal/.globalconfig deleted file mode 100644 index fdb956e8529..00000000000 --- a/src/Microsoft.Management.UI.Internal/.globalconfig +++ /dev/null @@ -1,3 +0,0 @@ -is_global = true - -dotnet_analyzer_diagnostic.severity = none diff --git a/src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj b/src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj index 72eb8d6572f..607148b02fe 100644 --- a/src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj +++ b/src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj @@ -8,6 +8,7 @@ True Windows 7.0 + false