DotNetRunner.RunDotNet method (1 of 3)

Runs dotnet with the specified settings.

public static int RunDotNet(AppRunnerSettings settings)
parameter description
settings The settings to use when running the app.

See Also


DotNetRunner.RunDotNet method (2 of 3)

Runs dotnet with the specified arguments.

public static void RunDotNet(IEnumerable<string?> args)
parameter description
args The command-line arguments.

See Also


DotNetRunner.RunDotNet method (3 of 3)

Runs dotnet with the specified arguments.

public static void RunDotNet(params string?[] args)
parameter description
args The command-line arguments.

See Also