Analyzers to help writing fluentassertions the right way.
A collection of Analyzers based on the best practices tips.

using the latest stable version:
dotnet add package FluentAssertions.AnalyzersYou can exclude assertion methods using the .editorconfig file:
[*.cs]
ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String)
dotnet builddotnet test --configuration Release --filter 'TestCategory=Completed'