roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

Escaping also considers record structs

Open SteveDunn opened this issue 1 year ago • 2 comments

fix: https://github.com/dotnet/roslyn/issues/74117

Previously, record struct was not considered as needing to be escaped, so types like record struct @decimal would be represented as record struct decimal

SteveDunn avatar Jun 24 '24 13:06 SteveDunn

I'm not sure if those failures are related to my change, but anyone more familiar with them please correct me if I'm wrong.

SteveDunn avatar Jun 24 '24 15:06 SteveDunn

@dotnet/roslyn-compiler for a second review.

333fred avatar Jun 26 '24 21:06 333fred