Skip to content
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

aka.ms sdk-productversion.txt is outdated #37150

Open
philipborg opened this issue Nov 27, 2023 · 5 comments
Open

aka.ms sdk-productversion.txt is outdated #37150

philipborg opened this issue Nov 27, 2023 · 5 comments
Assignees
Labels
Area-CLI untriaged Request triage from a team member

Comments

@philipborg
Copy link

philipborg commented Nov 27, 2023

Describe the bug

https://aka.ms/dotnet/sts/sdk-productversion.txt is supposed to return the latest STS release. Reasonably that should be .NET SDK 8 now with its release but it's still .NET 7.

If the intent is that STS links should not include LTS releases, which I personally disagree with, then I'd assume https://aka.ms/dotnet/lts/sdk-productversion.txt would return .NET 8. It still returns .NET 6.

My conclusion is that some build step for .NET 8 isn't setting those links properly, not that it's intentional with STS. LTS is definitely wrong regardless.

To Reproduce

Open https://aka.ms/dotnet/sts/sdk-productversion.txt or https://aka.ms/dotnet/lts/sdk-productversion.txt and notice it saying .NET 7 and .NET 6 respectively.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged Request triage from a team member labels Nov 27, 2023
@marcpopMSFT
Copy link
Member

The sts one is correct and should be 7. The LTS one is incorrect and should be 8 now. @mmitche @rbhanda do ya'll know how these get set?

@philipborg
Copy link
Author

The sts one is correct and should be 7.

Just adding something interesting I just saw. Seems like some internal terminology discussion may be warranted.

dotnet/install-scripts#418 (comment)

@philipborg
Copy link
Author

Just refreshing some information, this is still an issue. LTS still returns 6.0.418. STS is still unclear whether it's wrong.

@philipborg
Copy link
Author

LTS link is fixed! If STS link is as desired then this issue may be closed.

@philipborg
Copy link
Author

STS is outdated now again with the release of .NET 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CLI untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants