We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d0b6f commit f1cb3b3Copy full SHA for f1cb3b3
1 file changed
documentation/SA1649.md
@@ -18,7 +18,7 @@
18
## Cause
19
20
The file name of a C# code file does not match the first type declared in the file. For generics that are defined as
21
-`Class1<T>` the name of the file needs to be `Class1{T}.cs` or `Class1```1.cs` depending on the `fileNamingConvention`
+`Class1<T>` the name of the file needs to be `Class1{T}.cs` or ``Class1`1.cs`` depending on the `fileNamingConvention`
22
setting. See [Configuration.md](Configuration.md) for more information.
23
24
Partial classes are ignored.
0 commit comments