DotNetRunner class

Runs dotnet commands.

public static class DotNetRunner

Public Members

name description
static RunDotNet(…) Runs dotnet with the specified arguments. (3 methods)
static RunDotNetTool(…) Runs the specified .NET tool with the specified arguments. (3 methods)

Remarks

Consider calling these methods directly via using static Faithlife.Build.DotNetRunner;.

See Also