You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- RS1036: A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'.
12
+
https://github.com/dotnet/roslyn-analyzers/issues/6443 tracks enabling RS1036 and fixing RS1035 violations -->
13
+
<NoWarn>$(NoWarn);RS1036</NoWarn>
14
+
15
+
<!--
16
+
Analyzers currently reference Microsoft.CodeAnalysis.Workspaces which triggers this warning.
17
+
RS1038: Compiler extensions should be implemented in assemblies with compiler-provided references
18
+
-->
19
+
<NoWarn>$(NoWarn);RS1038</NoWarn>
20
+
10
21
<!-- CS1573: Parameter 'parameter' has no matching param tag in the XML comment for 'member' (but other parameters do) -->
0 commit comments