File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
src/FluentAssertions.Analyzers Expand file tree Collapse file tree 3 files changed +29
-3
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
+ ## Release 0.28.0
5
+
6
+ ### New Rules
7
+
8
+ Rule ID | Category | Severity | Notes
9
+ --------|----------|----------|-------
10
+ FAA0001 | FluentAssertionTips | Info | Using FluentAssertions assertions better
11
+ FAA0002 | FluentAssertionTips | Info | Migrate from xunit to FluentAssertions.
12
+ FAA0003 | FluentAssertionTips | Info | Migration from MSTest to FluentAssertions.
13
+ 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
Original file line number Diff line number Diff line change 17
17
<Version >0.17.3</Version >
18
18
<Authors >Meir Blachman</Authors >
19
19
<Copyright >Copyright Meir Blachman 2017-2023</Copyright >
20
-
20
+
21
21
<Description >Analyzers to help writing fluentassertions the right way.</Description >
22
22
<PackageTags >FluentAssertions Analyzers</PackageTags >
23
23
<PackageReleaseNotes >See https://github.com/fluentassertions/fluentassertions.analyzers/releases/</PackageReleaseNotes >
31
31
</PropertyGroup >
32
32
33
33
<ItemGroup >
34
- <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" />
35
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" />
34
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" />
35
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" />
36
+ </ItemGroup >
37
+
38
+ <ItemGroup >
39
+ <AdditionalFiles Include =" AnalyzerReleases.Shipped.md" />
40
+ <AdditionalFiles Include =" AnalyzerReleases.Unshipped.md" />
36
41
</ItemGroup >
37
42
38
43
<ItemGroup >
You can’t perform that action at this time.
0 commit comments