`dotnet-tools.json` should include `rollForward` in its schema
Open
Area-Tools
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
After running `dotnet tool update xyz`, I noticed that the `dotnet-tools.json` file included in `xyz`'s entry a new `"rollForward": false` property.
However, the schema, which seems to be at https://www.schemastore.org/dotnet-tools.json, does not include this property. This was in fact flagged by AI code review.
Is this property superfluous? If not, could it be added to the schema for better visibility and documentation?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.