dotnet / format

Home for the dotnet-format command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

global.json documentation

collinstevens opened this issue · comments

The global.json specifies a tools property and looks to require a minimum visual studio version, where is this additional schema documented?

I don't see the tools property on https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#globaljson-schema.

dotnet-format uses the dotnet/arcade SDK for its build infrastructure. dotnet/arcade defines non-standard global.json properties which it uses (see tools.ps1).

I would suggest sticking with standard config locations such as dotnet-tools.json, since tools like dependabot are able to help with updates.