We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727aa74 commit ecde7ecCopy full SHA for ecde7ec
README.md
@@ -40,10 +40,12 @@ dotnet add package FluentAssertions.Analyzers
40
41
© Thanks to https://github.com/meziantou/Meziantou.FluentAssertionsAnalyzers
42
43
-You can exclude assertion methods using the .editorconfig file:
+You can exclude assertion methods using the `.editorconfig` file:
44
45
+````
46
[*.cs]
47
ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String)
48
49
50
## Getting Started
51
0 commit comments