We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf3943 commit cff6f49Copy full SHA for cff6f49
CODEOWNERS
@@ -109,3 +109,5 @@
109
# dotnet-format
110
/src/BuiltInTools/dotnet-format @dotnet/roslyn-ide
111
/test/dotnet-format.UnitTests @dotnet/roslyn-ide
112
+
113
+/src/Microsoft.CodeAnalysis.NetAnalyzers @dotnet/dotnet-analyzers
src/Microsoft.CodeAnalysis.NetAnalyzers/README.md
@@ -0,0 +1,4 @@
1
+# Microsoft.CodeAnalysis.NetAnalyzers
2
3
+This folder contains the source code for the .NET analyzers that are part of the Microsoft.CodeAnalysis.NetAnalyzers package.
4
+This code formerly lived in the [dotnet/roslyn-analyzers](https://github.com/dotnet/roslyn-analyzers) repository.
0 commit comments