-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Track naming analyzers as shipped (#15)
- Loading branch information
Showing
2 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
10 changes: 8 additions & 2 deletions
10
Akade.IndexedSet.Analyzers/Akade.IndexedSet.Analyzers/AnalyzerReleases.Shipped.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
; Shipped analyzer releases | ||
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md | ||
## Release 0.8.0 | ||
|
||
### New Rules | ||
|
||
Rule ID | Category | Severity | Notes | ||
--------|----------|----------|------- | ||
AkadeIndexedSet0001 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0001) | ||
AkadeIndexedSet0002 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0002) | ||
AkadeIndexedSet0003 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0003) |
11 changes: 1 addition & 10 deletions
11
...e.IndexedSet.Analyzers/Akade.IndexedSet.Analyzers/AnalyzerReleases.Unshipped.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1 @@ | ||
; Unshipped analyzer release | ||
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md | ||
|
||
### New Rules | ||
|
||
Rule ID | Category | Severity | Notes | ||
--------|----------|----------|------- | ||
AkadeIndexedSet0001 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0001) | ||
AkadeIndexedSet0002 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0002) | ||
AkadeIndexedSet0003 | Akade.IndexedSet.IndexNaming | Warning | IndexNamingRulesAnalyzer, [Documentation](https://github.com/akade/Akade.IndexedSet/tree/main/Akade.IndexedSet.Analyzers/Readme.md#AkadeIndexedSet0003) | ||
|