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
Ide feature looks correct. This looks to be a parsing issue (parsing int?[] as an array of nullable ints instead of a conditional expr with a collection expr)
Version Used: 4.12.0-3.24523.10 (16f58fa)'. Language version: 13.0
Steps to Reproduce:
Diagnostic Id: IDE0301
Expected Behavior:
Should now get a code fixer here. Arguably you shouldn't get IDE0301 in the first place.
Actual Behavior:
You get IDE0301, and the code fixer breaks the code entirely:
cc. @CyrusNajmabadi
The text was updated successfully, but these errors were encountered: