-
Notifications
You must be signed in to change notification settings - Fork 121
Add FluentAssertions.Analyzers and fix all warnings #633
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomerstype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code
Description
FluentAssertions.Analyzers is a Roslyn analyzer for FluentAssertions. It's based on the FluentAssertions tips. Adding it to Component Detection, and fixing all of the warnings it gives will make sure we use best practices when writing test assertions.
In order to do this in a step-by-step way, FluentAssertions.Analyzers should be added to each test project individually, before being added to the test directory Directory.Build.props
-
Microsoft.ComponentDetection.Common.Tests -
Microsoft.ComponentDetection.Contracts.Tests -
Microsoft.ComponentDetection.Detectors.Tests -
Microsoft.ComponentDetection.Orchestrator.Tests -
Microsoft.ComponentDetection.VerificationTests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype:refactorRefactoring or improving of existing codeRefactoring or improving of existing code
Type
Projects
Status
Ready