dotnet / dotnet/project-system
Renaming a project should rename the project in the launch profiles as well
Open
Feature-Debugging
good-first-issue
Tenet-User Friendly
Triage-Investigate
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Create a launch profile for a project like so:
```json
{
"profiles": {
"ConsoleApp20": {
"commandName": "Project",
"commandLineArgs": "asas"
}
}
}
```
Rename the project.
The project name in the profile doesn't get updated.
Contributor guide
Research direction
Start by reproducing the issue with the shown launch profile, then inspect the project rename flow and how the profile's project entry is represented. The work is done when renaming the project also updates the profile name from the old project name to the new one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100