Skip to content

dotnet command --> dotnet-command #4283

@TheRealPiotrP

Description

@TheRealPiotrP

DotNet driver should interpret the first parameter passed on the command line as the name of an executable it should call. If an executable file with that name is found on the path then any subsequent parameters are passed through to that executable:

dotnet compile A B C

calls

dotnet-compile A B C

If the executable is not found, DotNet cleanly notifies the calling script and returns 1.

dotnet: 'compile' is not a dotnet command. See 'dotnet --help'.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions