File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -2757,6 +2757,11 @@ function CleanupGeneratedSourceCode
2757
2757
Pattern = " [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.IsReadOnlyAttribute]"
2758
2758
Replacement = " /* [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.IsReadOnlyAttribute] */ "
2759
2759
},
2760
+ @ {
2761
+ ApplyTo = @ (" System.Management.Automation" )
2762
+ Pattern = " [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.NullableContextAttribute((byte)1)]"
2763
+ Replacement = " /* [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.NullableContextAttribute((byte)1)] */ "
2764
+ },
2760
2765
@ {
2761
2766
ApplyTo = @ (" System.Management.Automation" , " Microsoft.PowerShell.ConsoleHost" )
2762
2767
Pattern = " [System.Runtime.CompilerServices.NullableAttribute((byte)2)]"
You can’t perform that action at this time.
0 commit comments