We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7060dc4 commit 27701a6Copy full SHA for 27701a6
dotnet-tools/netcode.standards/Program.cs
@@ -37,6 +37,7 @@ private static int Main(
37
procInfo.Arguments = check
38
? $"format {file} whitespace --no-restore --verify-no-changes --verbosity {verbosity}"
39
: $"format {file} whitespace --no-restore --verbosity {verbosity}";
40
+ Console.WriteLine($"File : {file}");
41
Console.WriteLine($"######## START -> {(check ? "check" : "fix")} whitespace issues");
42
var whitespace = Process.Start(procInfo);
43
whitespace.WaitForExit();
0 commit comments