Runs dotnet
with the specified settings.
public static int RunDotNet(AppRunnerSettings settings)
parameter | description |
---|---|
settings | The settings to use when running the app. |
Runs dotnet
with the specified arguments.
public static void RunDotNet(IEnumerable<string?> args)
parameter | description |
---|---|
args | The command-line arguments. |
Runs dotnet
with the specified arguments.
public static void RunDotNet(params string?[] args)
parameter | description |
---|---|
args | The command-line arguments. |