use single analyzer for fluentassertions tips - collections #46
benchmark.yml
on: pull_request
Performance regression check
1m 44s
Annotations
6 warnings
Performance regression check:
src/FluentAssertions.Analyzers/Tips/AsyncVoid.cs#L21
Enable analyzer release tracking for the analyzer project containing rule 'FluentAssertions0801' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
Performance regression check:
src/FluentAssertions.Analyzers/Tips/FluentAssertionsOperationAnalyzer.cs#L18
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Performance regression check:
src/FluentAssertions.Analyzers/Tips/FluentAssertionsOperationAnalyzer.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'FAA0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
Performance regression check:
src/FluentAssertions.Analyzers/Tips/NullConditionalAssertionAnalyzer.cs#L18
Enable analyzer release tracking for the analyzer project containing rule 'FluentAssertions0800' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
Performance regression check:
src/FluentAssertions.Analyzers/Tips/AsyncVoid.cs#L74
'AsyncVoidCodeFix' registers one or more code fixes, but does not override the method 'CodeFixProvider.GetFixAllProvider'. Override this method and provide a non-null FixAllProvider for FixAll support, potentially 'WellKnownFixAllProviders.BatchFixer', or 'null' to explicitly disable FixAll support.
|
Performance regression check:
src/FluentAssertions.Analyzers/Utilities/FluentAssertionsCodeFixProvider.cs#L28
Provide an explicit argument for optional parameter 'equivalenceKey', which is non-null and unique for each kind of code action created by this fixer
|