Delegates are not properly reformatted when converting property from expression body to block body #71637
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Version Used: VS 17.8.4
Steps to Reproduce:
For both properties, open the lightbulb menu and select "Use block body for property".
Expected Behavior:
The block of the delegate or lambda is correctly indented.
Actual Behavior:
The indentation of the delegate body is not changed.
Interestingly, type creation expression within the property body are correctly formatted/indented:
The text was updated successfully, but these errors were encountered: