7 lines
242 B
Plaintext
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);
|
|
// ^^^^
|
|
----
|
|
|