Use interpolated strings 6#18983
Conversation
There was a problem hiding this comment.
@CarloToso We should use
StringBuilder.Append() instead of StringBuilder.AppendFormat(). Earlier I pointed out to you the wrong method.
Please look Use interpolated strings 8 and Use interpolated strings 7 too.
src/System.Management.Automation/engine/ComInterop/ComTypeEnumDesc.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/ComInterop/ComTypeLibDesc.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/ComInterop/DispCallable.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/ComInterop/IDispatchComObject.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/engine/ComInterop/Variant.Extended.cs
Outdated
Show resolved
Hide resolved
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
🎉 Handy links: |
PR Summary
Replace
string.Format()with newstring.Create((IFormatProvider? provider, [InterpolatedStringHandlerArgument(nameof(provider))] ref DefaultInterpolatedStringHandler handler).PR Context
#18974
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).