<command>
Runs an arbitrary dotnet command (action name is forwarded to dotnet).
Example for command __dispatch__:
@dotnet __dispatch__ {
args = "run -- -v"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Arguments appended after the dotnet command.
Last updated on