-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.
Description
Describe the issue or suggestion
Starting in .net 10, dotnet sln remove
will also support removing projects by name in addition to by path.
dotnet sln remove baz
This would find a .csproj file named baz.csproj in the solution, independent of the path to the project. If there is a conflict (aka, multiple baz.csproj files), it would error. Otherwise, it would do the smart thing, find the project defined as foo/bar/baz/baz.csproj and remove it.
Docs should be updated.
Changes introduced in dotnet/sdk#47112
Metadata
Metadata
Assignees
Labels
📌 seQUESTeredIdentifies that an issue has been imported into Quest.Identifies that an issue has been imported into Quest.in-prThis issue will be closed (fixed) by an active pull request.This issue will be closed (fixed) by an active pull request.