-
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 August 2024 Update - .NET 8.0.8, .NET 6.0.33 #9447
Comments
Just as general Feedback... the list of "Changes" for both releases is ... basically non-existant, apart from listing the two CVEs for the 8.0.8 release, the "release-notes" are a list of where/how to obtain the most recent release, rather than actual release notes, telling us what changed compared to the last version!? ... might just be me wondering, tho ... |
And AGAIN our build pipeline breaks cause of analyzer changes similar to #9309 (comment) Yes it is an error that we need to fix, but a patch release should not break things that worked before. Also it breaks docker image builds for us: |
Question regarding the new versions for Windows. We're running Server 2019 and noticed that the old .NET Hosting Bundles (6.0.32 and 8.0.7) install multiple packages (Windows Server Hosting, .NET Runtime, ASP.NET Core). Typically the installer will remove the old versions and install the new versions. This time the Hosting Bundle installer installed the new version successfully, but did not remove the old versions. Add/Remove programs and A clean install of the Hosting Bundle only shows Is it expected, that .NET Runtime and ASP.NET Core are not listed/updated in Add/Remove Programs anymore? Shouldn't the installer update/uninstall older versions like before? Before update: .NET runtimes installed:
Microsoft.AspNetCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] After update: .NET runtimes installed:
Microsoft.AspNetCore.App 6.0.33 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.32 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.33 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] |
Having the same issues over here as @lischetzke describes. Installation is not going as expected, ending up in mixed versions. |
Hey there @rbhanda |
I know Debian 9 (armhf) is not supported anymore, but since version 6.0.33 starting an application results in a segmentation fault. Failed to load /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.33/libcoreclr.so, error: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.33/libcoreclr.so)
Segmentation fault I didn't expect breaking changes like these in LTS versions, even if the OS is not supported anymore. |
I have this issue. Have you found any resolution? |
@nbren007 Unfortunately not... We just keep on using version .31, until we migrate our application to a newer .NET version. |
closing in favor of #9532 |
.NET 8.0.8 and .NET SDK 8.0.400 after patch update the application failing with exception could not load file or assembly Microsoft.AspNetCore.SignalR.Client.Core etc.. We load all dlls from installation location and with the new patch update causing issues on client machines and forcibly asking for upgrade. Microsoft.AspNetCore.SignalR.Client.Core should be update to version 8.08, see exception msg: "Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' |
Update on that issue from my side. Updating .NET using WSUS/Windows Update did the trick and ASP.NET as well as .NET Runtime are again showing up in Add/Remove Programs in the correct version. The previous versions were removed cleanly in the programs list and using ooking at the update in the Microsoft Update Catalog it seems to me like Windows Update is installing every component separately. This might be something to consider if someone previously installed/updated .NET using the Hosting Bundle and now experiences this issue. Windows Update will show an available update if older .NET versions were found, i.e. because of this issue, and the update can be reapplied by an update. This could be validated with a system that had this issue where the newest Hosting Bundle was installed but an older version of .NET Runtime was still installed on the system. This seems to be the case even for the 2024-10 .NET Hosting Bundle which in my opinion is still an issue. @Rockvolleyball maybe this is useful information or a possible solution for you. |
Thanks for the update @lischetzke For me Windows Update is no option. Think I found out what is happening, see this post: #9555 |
.NET August 2024 Update
Release Notes
Status
Issues
Please report any issues you find either by responding to this issue, creating a new issue or creating a new issue in one of the following repos:
Known Issues
The text was updated successfully, but these errors were encountered: