diff --git a/src/FluentAssertions.Analyzers/AnalyzerReleases.Shipped.md b/src/FluentAssertions.Analyzers/AnalyzerReleases.Shipped.md new file mode 100644 index 0000000..1d104e6 --- /dev/null +++ b/src/FluentAssertions.Analyzers/AnalyzerReleases.Shipped.md @@ -0,0 +1,13 @@ +; Shipped analyzer releases +; https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md + +## Release 0.28.0 + +### New Rules + +Rule ID | Category | Severity | Notes +--------|----------|----------|------- +FAA0001 | FluentAssertionTips | Info | Using FluentAssertions assertions better +FAA0002 | FluentAssertionTips | Info | Migrate from xunit to FluentAssertions. +FAA0003 | FluentAssertionTips | Info | Migration from MSTest to FluentAssertions. +FAA0004 | FluentAssertionTips | Info | Migration from NUnit to FluentAssertions. diff --git a/src/FluentAssertions.Analyzers/AnalyzerReleases.Unshipped.md b/src/FluentAssertions.Analyzers/AnalyzerReleases.Unshipped.md new file mode 100644 index 0000000..025ad90 --- /dev/null +++ b/src/FluentAssertions.Analyzers/AnalyzerReleases.Unshipped.md @@ -0,0 +1,8 @@ +; 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 +--------|----------|----------|------- +FluentAssertions0801 | FluentAssertionCodeSmell | Warning | AsyncVoidAnalyzer diff --git a/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj b/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj index d0c2e8b..781fab3 100644 --- a/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj +++ b/src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj @@ -17,7 +17,7 @@ 0.17.3 Meir Blachman Copyright Meir Blachman 2017-2023 - + Analyzers to help writing fluentassertions the right way. FluentAssertions Analyzers See https://github.com/fluentassertions/fluentassertions.analyzers/releases/ @@ -31,8 +31,13 @@ - - + + + + + + +