rspec/rules/S6673/csharp/example_3_noncompliant.adoc

7 lines
242 B
Plaintext

[source,csharp,diff-id=3,diff-type=noncompliant]
----
logger.LogError("File {Name} not found in folder {Folder}", file.DirectoryName, file.Name);
// ^^^^
----