CSharpEssentials icon indicating copy to clipboard operation
CSharpEssentials copied to clipboard

string interpolation conversion does not work properly for many expressions

Open budpass opened this issue 8 years ago • 0 comments

expressions like the following are not converted properly - string.format("{0}", ((i > 0) ? "A" : "B"))

budpass avatar Oct 29 '17 23:10 budpass