Skip to content

Commit 972a163

Browse files
committed
feature: analyzer release tracking
1 parent 4893a34 commit 972a163

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; Shipped analyzer releases
2+
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
3+
4+
### New Rules
5+
6+
Rule ID | Category | Severity | Notes
7+
--------|----------|----------|-------
8+
FAA0001 | FluentAssertionTips | Info | Using FluentAssertions assertions better
9+
FAA0002 | FluentAssertionTips | Info | Migrate from xunit to FluentAssertions.
10+
FAA0003 | FluentAssertionTips | Info | Migration from MSTest to FluentAssertions.
11+
FAA0004 | FluentAssertionTips | Info | Migration from NUnit to FluentAssertions.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; Unshipped analyzer release
2+
; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
3+
4+
### New Rules
5+
6+
Rule ID | Category | Severity | Notes
7+
--------|----------|----------|-------
8+
FluentAssertions0801 | FluentAssertionCodeSmell | Warning | AsyncVoidAnalyzer

0 commit comments

Comments
 (0)