File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
src/FluentAssertions.Analyzers Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments