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
27572757 Pattern = " [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.IsReadOnlyAttribute]"
27582758 Replacement = " /* [System.Runtime.CompilerServices.CompilerGeneratedAttribute, System.Runtime.CompilerServices.IsReadOnlyAttribute] */ "
27592759 },
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+ },
27602765 @ {
27612766 ApplyTo = @ (" System.Management.Automation" , " Microsoft.PowerShell.ConsoleHost" )
27622767 Pattern = " [System.Runtime.CompilerServices.NullableAttribute((byte)2)]"
You can’t perform that action at this time.
0 commit comments