Skip to content

feat: migrate exceptions to IOperation #78

feat: migrate exceptions to IOperation

feat: migrate exceptions to IOperation #78

Triggered via pull request December 18, 2023 05:27
Status Success
Total duration 2m 32s
Artifacts

benchmark.yml

on: pull_request
Performance regression check
2m 23s
Performance regression check
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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
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.