Tell me, is there a valid way to rename the asp.net core application project so that all links and dependencies are updated?

    1 answer 1

    Right-click on the project rename -> call as it should. Right-click on the project -> propirties -> application -> Assembly name and the Default namespace is called as the new name of the project, save (Ctrl + s). Restart the project.