You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get message "Do you want to continue with the rename operation? [Enter=Yes, any other key=No]" at renameproject. Nothing happens then, PMC got unresponsive, tried to wait few minutes. Need to restart VS to back to be operational. VS 2019, ver. 16.9.6 - latest as of today.
Also, would be really great to have the utility as VS extension instead of package. We really need it :)
The text was updated successfully, but these errors were encountered:
However, VS should notice only if files were changed - which is odd because you are saying there is no further output after you press on the prompt.
I would try and have VS closed while running renamer. Or just make sure no instance has the solution or projects within open.
re VS extension: I'm afraid that's too far out-of-scope for me, sorry
FYI - I can confirm this gets 'stuck' when running from package manager console. Stuck meaning it never does the next step Analyzing references in your projects - depending on the number of projects this can take a bit... after hitting Enter=yes.
No keys seem to work. You can abort by pressing the X (cancel) in PM console title bar which returns the message The pipeline has been stopped.
I had better progress from Developer Powershell (on Windows) but still failed as in my case it doesn't seem to like relative folders in project references?
UPDATE: my failure was occurring because I had the project folder open in a separate Explorer window which was 'locking' the folder rename.
Yes, right. The reason why renamer got stuck is file locking. It was unclear what was keeping them locked. The same applies to the ProjectRenamer itself - I was unable to remove it with uninstall command. Finally accomplished removal by rebooting machine and renamed my project manually.
May be you can add a check if some files are locked and display a warning to a user.
ModernRonin
changed the title
Get stuck on rename
Renameproject should report errors caused by locked files or folders in a manner understandable by the user
Jun 6, 2021
Get message "Do you want to continue with the rename operation? [Enter=Yes, any other key=No]" at renameproject. Nothing happens then, PMC got unresponsive, tried to wait few minutes. Need to restart VS to back to be operational. VS 2019, ver. 16.9.6 - latest as of today.
Also, would be really great to have the utility as VS extension instead of package. We really need it :)
The text was updated successfully, but these errors were encountered: