Skip to content

Commit cff6f49

Browse files
authored
Add README.md to NetAnalyzers and CODEOWNERS entry (#50288)
1 parent bcf3943 commit cff6f49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,5 @@
109109
# dotnet-format
110110
/src/BuiltInTools/dotnet-format @dotnet/roslyn-ide
111111
/test/dotnet-format.UnitTests @dotnet/roslyn-ide
112+
113+
/src/Microsoft.CodeAnalysis.NetAnalyzers @dotnet/dotnet-analyzers
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)