-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support rollForward
value
#468
Comments
As a feature this makes sense, but I'm not sure that the existing redirect setup gives us the ability to actually handle all of the kinds of rollForward that exists today. I think to do this feature correctly we'd need to move to the releases json manifests as described in #463, but that involves a lot of json parsing that I'm loathe to do at the terminal. |
As you can see in #472, the only two new redirects we would need is |
The idea seems sound. The redirect scheme was documented a while back by the former dev owner, so I expect @baronfel and @YuliiaKovalova would tackle that. With respect to releases.json size implications on #472, we're in the process of implementing improvements to the release notes json files to help with the file size issue (dotnet/core#9417). |
Are there any plans to support the
rollForward
property in global.json?If I set the version to
8.0.202
androllForward
tolatestPatch
, I would expect the script to install the (current) latest patch version8.0.205
, but that doesn't happen.The same with the other values of the
rollForward
property.The text was updated successfully, but these errors were encountered: