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 e32646f commit c4f7023Copy full SHA for c4f7023
tools/StaticAnalysis/CmdletDiffAnalyzer/CmdletDiffAnalyzer.cs
@@ -117,7 +117,7 @@ public void Analyze(
117
string moduleName = psd1FileName.Replace(".psd1", "");
118
Directory.SetCurrentDirectory(directory);
119
120
- Console.WriteLine("Analyzing module: {0}", moduleName);
+ Console.WriteLine($"[{nameof(CmdletDiffAnalyzer)}] Analyzing module: {0}", moduleName);
121
processedHelpFiles.Add(moduleName);
122
123
var newModuleMetadata = MetadataLoader.GetModuleMetadata(moduleName);
@@ -855,4 +855,4 @@ string GetSimplifiedOutputTypeName(OutputMetadata outputMetadata)
855
return outputTypeName;
856
}
857
858
-}
+}
0 commit comments