.NET 9 - Release #9597
Replies: 3 comments 7 replies
-
Thanks but it's not on "General" release though is it? Let me explain..... I develop Umbraco websites using the .Net Core SDK's on Linux Mint. Following your (Microsoft's) instructions not to mix repos between MS & the distro's repos, I opted to go with the MS repos. I generally need the SDK's asap, plus I want to be sure I'm using an approved SDK version as I don't want any surprises when I deploy code to servers. From .NET V9, you're now not providing the Linux versions for download if the Linux Distro of choice provides a version in their repo. This now gives me a massive problem. I need versions that aren't available on the Linux Mint repo which includes V6 and V9. Could you please reconsider this? The distro's aren't particularly quick making new SDK's available. Also, do you know if the versions they do provide are 1 to 1 compatible with yours. Thanks for reading so far. I'm extremely keen for answers as it's my livelihood being affected. Regards. |
Beta Was this translation helpful? Give feedback.
-
With .NET 9 I started getting System.AccessViolationException crashes in a .NET MAUI application that was rock solid before the upgrade. The issue is inside a function that reads and sums an array in parallel. The program runs the function that throws this error twice each millisecond and will run for anywhere from 25 minutes to 2 hours without it encountering the error. An example message is at the bottom of this post. While writing this post I got a new crash reason: Application: MyMauiApp.exe Previous Crash Errors: CoreCLR Version: 9.0.24.52809 Stack: |
Beta Was this translation helpful? Give feedback.
-
We are pleased to announce the general availability of .NET 9.
Read about the final release on the .NET Blog announcement.
You can find a detailed overview of new features across .NET 9 in our documentation:
Get started
To get started with .NET 9, install the .NET 9 SDK.
If you're on Windows using Visual Studio, we recommend installing the latest Visual Studio 2022. .NET 9 is now can be installed directly through the Visual Studio installer starting with Visual Studio 2022 17.12.
You can also use Visual Studio Code and the C# Dev Kit extension with .NET 9.
You can find .NET 9 Installer & Binaries on GitHub.
Release Notes
Release notes are available for changes between .NET 9 RC2 and this release:
Celebrate the release of .NET 9 at .NET Conf 2024 - November 12th -14th.
Beta Was this translation helpful? Give feedback.
All reactions