Skip to content

Commit

Permalink
Remove hard-coded RunAnalyzer property in JSImportGenerator (dotnet#7…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Jul 20, 2022
1 parent a2563b9 commit 8b4a374
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8b4a374

Please sign in to comment.