Remove hard-coded RunAnalyzer property in JSImportGenerator (#72487)
authorMichael Simons <msimons@microsoft.com>
Wed, 20 Jul 2022 13:23:31 +0000 (08:23 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Jul 2022 13:23:31 +0000 (08:23 -0500)
src/libraries/System.Runtime.InteropServices.JavaScript/gen/JSImportGenerator/JSImportGenerator.csproj

index 97ecd88..70eda11 100644 (file)
@@ -6,7 +6,6 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <RootNamespace>Microsoft.Interop.JavaScript</RootNamespace>
     <IsRoslynComponent>true</IsRoslynComponent>
-    <RunAnalyzers>true</RunAnalyzers>
     <!-- Disable RS2008: Enable analyzer release tracking
          Diagnostics in runtime use a different mechanism (docs/project/list-of-diagnostics.md) -->
     <NoWarn>RS2008;$(NoWarn)</NoWarn>