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

Understand the Arguments to Support in dotnet #46832

Open
mariam-abdulla opened this issue Feb 13, 2025 · 0 comments
Open

Understand the Arguments to Support in dotnet #46832

mariam-abdulla opened this issue Feb 13, 2025 · 0 comments
Labels
Area-CLI untriaged Request triage from a team member

Comments

@mariam-abdulla
Copy link
Member

Hello,

We would like to better understand the dotnet verbs and the arguments/options they support when they happen to have a relation between them.
For example, we know that dotnet build is a superset of dotnet restore, yet dotnet build doesn't support every single argument dotnet restore supports. Same for dotnet run and dotnet build.

How do we decide which arguments to support and which to don't support? We want to understand if there are some rules we are following with respect to the dotnet verbs if they are a subset/superset of each other.

Thank you.

@baronfel @rainersigwald

cc: @Evangelink

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged Request triage from a team member labels Feb 13, 2025
@mariam-abdulla mariam-abdulla changed the title Understand Choosing Which Options to Support in dotnet verbs Understand Which Options to Support in dotnet Feb 13, 2025
@mariam-abdulla mariam-abdulla changed the title Understand Which Options to Support in dotnet Understand the Arguments to Support in dotnet Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CLI untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant