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 case with reference types is quite readable and I don't see much reason to implement ??= for those.
But the case with value types looks more messy than I would have expected, so that's a good reason to implement support for this feature.
Are there any plans to add support for for null-coalescing assignment(??=, C# 8).
Right now ILSpy produces correct code, but it's huge and not very readable
eg:
orig:
Decompiled as:
The text was updated successfully, but these errors were encountered: