'CSharpDeclareAsNullableCodeFixProvider' encountered an error and has been disabled #46354
Labels
Area-IDE
Bug
IDE-CodeStyle
Built-in analyzers, fixes, and refactorings
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
Steps to Reproduce:
Paste the following code in VS, expand the bulb while caret is on
null
int.Item1 = null;
Expected Behavior:
No exceptions I guess
Actual Behavior:
The text was updated successfully, but these errors were encountered: