Uh oh!
There was an error while loading. Please reload this page.
Convert concatenation string to interpolation for System.Private.Xml - #60057
Conversation
ghost
commented
Oct 6, 2021
Tagging subscribers to this area: @dotnet/area-system-xml Issue Detailsnull
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis
commented
Oct 18, 2021
Hi @kronic, curious why the PR was closed? |
@eiriktsarpalis Hello, closed by mistake |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eiriktsarpalis
left a comment
There was a problem hiding this comment.
LGTM although might need another pair of eyes.
kronic
commented
Oct 27, 2021
ping @eiriktsarpalis@krwq |
There was a problem hiding this comment.
| return$"d{_top.ToString("d",CultureInfo.InvariantCulture)}p{temp.ToString("d",CultureInfo.InvariantCulture)}"; | |
| returnstring.Create(CultureInfo.InvariantCulture,$"d{_top}p{temp}"; |
There was a problem hiding this comment.
@stephentoub maybe
string.Create(CultureInfo.InvariantCulture,$"d{_top:d}p{temp:d}";Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kronic
commented
Nov 8, 2021
@stephentoub ping |
a3a0ec8 to
82feb68Compareeiriktsarpalis
commented
Nov 9, 2021
Thank you @kronic! |
No description provided.