This is part of the Fake.DotNet.Cli module.

DotNetLocalTool

Information about a dotnet tool

Record Fields

Record FieldDescription
Options
Signature: Options -> Options

Parameters as for the dotnet call

PackageName
Signature: string option
ToolCommandName
Signature: string option

The command name of the tool (the first argument of 'dotnet'). For example "fake" for dotnet fake. By default we usually fallback to the executable name of ToolPath without file extension.

Instance members

Instance memberDescription
x.WithDefaultToolCommandName(...)
Signature: toolCommandName:string -> DotNetLocalTool

Static members

Static memberDescription
DotNetLocalTool.Create()
Signature: unit -> DotNetLocalTool
DotNetLocalTool.Create(install)
Signature: (install:(Options -> Options)) -> DotNetLocalTool