ProjectRenamer icon indicating copy to clipboard operation
ProjectRenamer copied to clipboard

Conveniently rename your csproj files

Results 13 ProjectRenamer issues
Sort by recently updated
recently updated
newest added

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

automation

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...

bug

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...

enhancement

Could be a flag like `--no-git`.

enhancement

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,...

bug
good first issue

+ 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. ![image](https://github.com/ModernRonin/ProjectRenamer/assets/5808377/641379c3-1478-4e92-bbec-2789888a7e85) recommend to update, at least to .NET 6, but maybe to .NET 6 + .NET...