-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
.NET 8.0 GA #8904
Comments
Waiting for v8.0.0 git tag and GitHub Release. Kinda surprised that the download page was updated with binaries already, but the source repo is still untagged. |
Tried https://dot.net/v1/dotnet-install.sh as well, but I believe they are identical? EditFound |
On Ubuntu, neither the Microsoft feed nor the Ubuntu feed has dotnet 8 packages. For last year we have a nice list of what has been completed, can we get one for this year too? We'd love to upgrade to dotnet 8 asap, but we can't proceed as of now. |
I followed steps from dotnet-7 release here to add the microsoft package. #7939 (comment) wget https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb Had to uninstall current dotnet-host installation on the linux box, to remove host, sdk, runtime, etc. sudo apt-get update |
The documentation is getting worse:
|
@rbhanda could you please look into this?
|
Tagging @adegeo to look at the doc issues reported |
@Trolldemorted Can you tell me which doc exactly is having an issue and where in that doc? I'm not seeing what you're reporting. |
The documentation was updated in dotnet/docs@ea3df99#diff-6592b7e6623c9ccf0f88d1bb413c25ee426fe0c6de36b162058c774157b46764L109 - 8.0 was removed from the Ubuntu 23.04 documentation. 7.0 is still available on Ubuntu 22.04 though (at least I assume it is a package maintained by you), despite your documentation saying otherwise, the incorrect line would be here: https://github.com/dotnet/docs/blob/42ca7f8c3b303ed762de132af76be38b003b5fde/docs/core/install/linux-ubuntu.md?plain=1#L113 |
Fixing in docs... dotnet/docs#39017 |
@Trolldemorted Sorry for the delay in getting back to you. I'm opening a PR to correct the table in regards to 22.04. However, 23.04 doesn't have .NET 8 listed in the package manager. Canonical owns the packages in the actual Ubuntu feeds and they've not yet published it. I don't think they're going to since support for 23.04 ends in about 20 days. |
Release Notes
Please report any issues you find with .NET 8, either responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
If there are any issues with this release we will track them here and check issues off as they're resolved. See the linked issues for details on progress and resolution details.
The text was updated successfully, but these errors were encountered: