Extension methods to fluently assert the outcome of .NET tests A collection of Analyzers based on the best practices tips. Analysis and Code Fix in Action Install using the latest stable version: Install-Package FluentAssertions.Analyzers Getting Started Build dotnet build Tests dotnet test --configuration Release --filter 'TestCategory=Completed' Example Usages SonarSource/sonar-dotnet#2072