Skip to content

bugfix: false positive on expressions containing Count (#384) #26

bugfix: false positive on expressions containing Count (#384)

bugfix: false positive on expressions containing Count (#384) #26

Triggered via push October 7, 2024 19:52
Status Success
Total duration 25s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
publish: src/FluentAssertions.Analyzers/Tips/NunitCodeFixProvider.cs#L674
Parameter 'constraint' is unread.
publish: 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.