We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ba3f6 commit 40837ddCopy full SHA for 40837dd
1 file changed
tools/packaging/packaging.psm1
@@ -2292,6 +2292,8 @@ function CleanupGeneratedSourceCode
2292
'[System.Runtime.CompilerServices.NullableAttribute(new byte[]{ (byte)2, (byte)1, (byte)1})]'
2293
'[System.Runtime.CompilerServices.AsyncStateMachineAttribute'
2294
'[Microsoft.PowerShell.Commands.SetStrictModeCommand.ArgumentToPSVersionTransformationAttribute]'
2295
+ '[Microsoft.PowerShell.Commands.HttpVersionCompletionsAttribute]'
2296
+ '[System.Management.Automation.ArgumentToVersionTransformationAttribute]'
2297
)
2298
2299
$patternsToReplace = @(
0 commit comments