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 2fa7b23 commit d62e12dCopy full SHA for d62e12d
tools/Custom/PSCmdletExtensions.cs
@@ -24,7 +24,7 @@ internal static class PSCmdletExtensions
24
// Converts a string to its unescaped form. The method also replaces '+' with spaces.
25
internal static string UnescapeString(this PSCmdlet cmdlet, string value)
26
{
27
- WriteDebug(cmdlet, $"Unescaping string: {value}");
+ cmdlet.WriteDebug($"Unescaping string: {value}");
28
if (value == null)
29
return null;
30
0 commit comments