dotnet-tools.json
.NET tools manifest file
| Type | object |
|---|---|
| File match |
dotnet-tools.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dotnet-tools-json/latest.json |
| Source | https://www.schemastore.org/dotnet-tools.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
version
integer
required
Specifies the version of the local tool manifest file format.
isRoot
boolean
required
Indicates whether this is the root manifest file. If true, dotnet will not continue to search parent directories for additional dotnet-tools.json files.
tools
object
required
Mappings of .NET CLI tools that are available locally for the project. Each entry specifies a tool accessible by its NuGet package ID.