DotNetClassicTool class

Provides access to a classic NuGet packaged tool.

public sealed class DotNetClassicTool

Public Members

name description
static Create(…) Accesses a classic NuGet packaged tool using the standard Build project.
static CreateFrom(…) Accesses a classic NuGet packaged tool using the specified project.
static TryCreate(…) Accesses a classic NuGet packaged tool using the standard Build project.
static TryCreateFrom(…) Accesses a classic NuGet packaged tool using the specified project.
ToolPath { get; } The path of the tool executable.
Run(…) Runs the tool with the specified arguments. (3 methods)

See Also