I’m using Rider (latest) and renaming a folder like MyButtons/Foo.cs to MyButtons2/Foo.cs (ctrl-r, r), and next updating the namespace in the Foo class, but the namespace renaming workflow only renames the leading xml tag and not a full closing xlm tag. Errors thrown in all Foo including uxml files.
For example, the result is:
<UI.MyButtons2.Foo.Button name=“foo-button” class=“close-button”>
<ui:VisualElement name=“close-button-icon” class=“my-close-button-icon” />
</UI.MyButtons.Foo.Button>
Which of course throws a lot of errors.
I added a bug request in the YouTrack on jetbrains support, too.
RIDER-111890 rename workflow issue using Rider with Unity3d