Incorrect documentation on the default rollForward
policy (when a version is specified)
#44897
Labels
rollForward
policy (when a version is specified)
#44897
Type of issue
Typo
Description
https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#rollforward
https://learn.microsoft.com/en-us/dotnet/core/tools/global-json#matching-rules
Contrary to the above documentation, the actual default
rollForward
policy seems to bepatch
.Please see dotnet/core-setup#6953 and the demonstration below.
dotnet/core-setup#6953 (comment)
demo
With SDK
8.0.406
and8.0.405
installed, aglobal.json
specifying version8.0.405
resolves to8.0.405
, which is not thelatestPatch
behavior.Tracing logs also say that the resolver is operating with
rollForward = 'patch'
:Page URL
https://learn.microsoft.com/en-us/dotnet/core/tools/global-json?source=docs#rollforward
Content source URL
https://github.com/dotnet/docs/blob/main/docs/core/tools/global-json.md
Document Version Independent Id
6d80613f-42dc-35d7-aeff-3187a36dbbca
Article author
@tdykstra
Metadata
Related Issues
The text was updated successfully, but these errors were encountered: