ProjectRenamer
ProjectRenamer copied to clipboard
Conveniently rename your csproj files
First, thanks for this awesome tool. It saved a lot of time. I'm trying to rename a project from something like `src/SomeThing.Core` to `src/Something.Core`. This is the command I'm running...
* push a nuget package * create a github release
First off, amazing tool, very nice. When I used it though I got a bug on the configuration file: {xxx}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {xxx}.Debug|Any CPU.Build.0 = Debug|Any CPU {xxx}.Release|Any...
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...
and integrate with build process
Say the csproj contains something like ```xml ``` When the project is moved (not just renamed), then this relative path needs adjusting. This isn't currently happening, so the move fails,...
+ CategoryInfo : NotSpecified: (The tool package could not be restored.:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Tool 'modernronin.projectrenamer' failed to install. This failure may have been caused by: *...
When I use `--no-commit` I won't expect any messages regarding git. For example ``` renameproject X Y --no-commit renameproject Z Q --no-commit ``` expected: - 2 projects renamed - not...
I seems that the only real supported .NET (core) version is a bit old.  recommend to update, at least to .NET 6, but maybe to .NET 6 + .NET...