Disclaimer
There is already exist an closed issue #78 describing the same problem. Hovewer the problem is still present and my last comment within that thread has no reponse, so this is why I decided to create a new issue.
Problem
Unfortunately, very often when I try to rename the project, it ends up with the next error:

How to reproduce
While I can reproduce it on any project, here is a concreate example:
dotnet new console -n Test
dotnet new sln -n Test
dotnet sln add Test.csproj
- Open solution in Visual Studio 2026
- Try to rename project
Test to Test2 using renamify
- Error on "Updating project references" step
Disclaimer
There is already exist an closed issue #78 describing the same problem. Hovewer the problem is still present and my last comment within that thread has no reponse, so this is why I decided to create a new issue.
Problem
Unfortunately, very often when I try to rename the project, it ends up with the next error:
How to reproduce
While I can reproduce it on any project, here is a concreate example:
dotnet new console -n Testdotnet new sln -n Testdotnet sln add Test.csprojTesttoTest2using renamify