<command>

Runs an arbitrary dotnet command (action name is forwarded to dotnet). Example for command __dispatch__:

@dotnet __dispatch__ {
    args = "run -- -v"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Arguments appended after the dotnet command.
Last updated on