Open
Description
This issue has been moved from a ticket on Developer Community.
Repro steps:
- Enable the new experimental Razor editor
- Create a new Blazor Server app
- Open Pages/FetchData.razor
- Select WeatherForecast in the
@code
block and hit F2 to rename the type - Type a new name for the type in the displayed rename textbox
- Hit enter
Expected results:
- The type is renamed, or the rename UI should not be shown where it isn't supported
Actual result:
- The rename UI is shown but the change is not applied.
Original Comments
Feedback Bot on 1/24/2021, 07:06 PM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
Activity