You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected I'm putting here is what you get if you add braces to the type before invoking the fixer.
(technically it doesn't compile because ref-structs cannot call ToStrings that are not defined. Maybe that's a good compilation failure, or maybe that's a bug. Either way, unrelated).
The text was updated successfully, but these errors were encountered:
Product and Version Used:
4.12.7
Steps to Reproduce:
Use the new no-braces feature, which was expanded from records to any type in C# 12
Then invoke the
Add DebuggerDisplay attribute
fixer.Actual Behavior:
does not compile.
Expected Behavior:
The expected I'm putting here is what you get if you add braces to the type before invoking the fixer.
(technically it doesn't compile because ref-structs cannot call
ToString
s that are not defined. Maybe that's a good compilation failure, or maybe that's a bug. Either way, unrelated).The text was updated successfully, but these errors were encountered: