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.
2 parents ef926a1 + 9931405 commit 0fff31cCopy full SHA for 0fff31c
src/Common/CustomAttributes/CmdletOutputBreakingChangeAttribute.cs
@@ -79,7 +79,7 @@ protected override string GetAttributeSpecificMessage()
79
message.Append(Resources.BreakingChangesAttributesCmdLetOutputPropertiesRemoved);
80
foreach (string property in DeprecatedOutputProperties)
81
{
82
- message.Append(" '{property}'");
+ message.Append(" '" + property + "'");
83
}
84
85
@@ -88,7 +88,7 @@ protected override string GetAttributeSpecificMessage()
88
message.Append(Resources.BreakingChangesAttributesCmdLetOutputPropertiesAdded);
89
foreach (string property in NewOutputProperties)
90
91
92
93
94
0 commit comments