Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document dotnet sln remove #44877

Open
tdykstra opened this issue Feb 12, 2025 · 1 comment · May be fixed by #45003
Open

Document dotnet sln remove #44877

tdykstra opened this issue Feb 12, 2025 · 1 comment · May be fixed by #45003
Assignees
Labels
dotnet-fundamentals/svc in-pr This issue will be closed (fixed) by an active pull request. okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@tdykstra
Copy link
Contributor

tdykstra commented Feb 12, 2025

Description

Document CLI command dotnet sln remove.

Page URL

https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/tools/dotnet-sln.md

Document Version Independent Id

60d50636-8086-8d92-9ccc-60b7cecd714a

Article author

@tdykstra

Metadata

  • ID: b5b0701a-2043-4ac8-567a-03c1e35161b2
  • PlatformId: 6b2a77a5-71c8-eacc-f857-b8530675b01f
  • Service: dotnet-fundamentals

Related Issues


Associated WorkItem - 372805

@tdykstra tdykstra added 🗺️ reQUEST Triggers an issue to be imported into Quest. okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. labels Feb 12, 2025
@tdykstra tdykstra self-assigned this Feb 12, 2025
@dotnet-policy-service dotnet-policy-service bot added the ⌚ Not Triaged Not triaged label Feb 12, 2025
@dotnetrepoman dotnetrepoman bot added the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 12, 2025
@dotnet-policy-service dotnet-policy-service bot removed the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 12, 2025
@dotnetrepoman dotnetrepoman bot added the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 12, 2025
@dotnet-policy-service dotnet-policy-service bot removed the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 12, 2025
@tdykstra tdykstra changed the title Document dotnet sln remove Document dotnet sln remove Feb 12, 2025
@tdykstra tdykstra removed the ⌚ Not Triaged Not triaged label Feb 12, 2025
@baronfel
Copy link
Member

The main impact of this change is that dotnet sln remove will search for an .slnx file in the current working directory if no sln or slnx file is specified directly. The algorithm is:

  • if no sln/slnx file is provided explicitly
    • search for sln or slnx file in current directory
    • if one found, use that
    • if multiple are found, ask the user to specify a single one explicitly
    • if none are found, error
  • otherwise use the explicit sln/slnx

This same model is in use for dotnet sln add and dotnet sln list.

@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Feb 13, 2025
nileshsheth added a commit to nileshsheth/docs that referenced this issue Feb 13, 2025
@dotnet-policy-service dotnet-policy-service bot added the in-pr This issue will be closed (fixed) by an active pull request. label Feb 13, 2025
nileshsheth added a commit to nileshsheth/docs that referenced this issue Feb 22, 2025
@gewarren gewarren assigned gewarren and unassigned tdykstra Feb 24, 2025
@dotnetrepoman dotnetrepoman bot added the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 24, 2025
@dotnet-policy-service dotnet-policy-service bot removed the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 24, 2025
@gewarren gewarren moved this from 🔖 Ready to 🏗 In progress in dotnet/docs February 2025 sprint project Feb 24, 2025
@gewarren gewarren moved this from 🏗 In progress to 👀 In review in dotnet/docs February 2025 sprint project Feb 24, 2025
@dotnetrepoman dotnetrepoman bot added the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 24, 2025
@dotnet-policy-service dotnet-policy-service bot removed the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Feb 24, 2025
@gewarren gewarren linked a pull request Feb 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fundamentals/svc in-pr This issue will be closed (fixed) by an active pull request. okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
Status: 👀 In review
Development

Successfully merging a pull request may close this issue.

3 participants