The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
19.04k
stars
4.03k
forks
source link
Unexpected coalesce operation is applied to `char.ToString()` involved into concatenation with a null or empty constant string #72232
Open
AlekseyTs opened 8 months ago
Expected: The
M2
body should be just thechar.ToString()
call without any additional conditional logic.