.NET 9 RC 1 #9496
Replies: 6 comments 12 replies
-
I think this text needs updating
|
Beta Was this translation helpful? Give feedback.
-
I'm confused by the feature titled "Out-of-proc Meter wildcard listening", it talks about how wildcards are already supported in out-of-proc, and then shows an in-process example. Is the new feature actually making the in-proc |
Beta Was this translation helpful? Give feedback.
-
What is the use case for this approach as opposed to standard way which just uses the type name + reflection?
What are all the valid |
Beta Was this translation helpful? Give feedback.
-
I seek you advice in order to file an issue on GitHub. Currently I am gathering evidence for the issue, but briefly put, every unit/functional test i run with xUnit works locally on Windows, WSL and in a Docker test image: gimlichael/ubuntu-testrunner:net6.0.425-net8.0.401-9.0.100-rc.1.24452.12. However, when same test are run in GitHub Actions, 2 of the test fails due to timeout (which I have put to 15 min) - and they continue to do so .. and ONLY in GHA and ONLY for Ubuntu (both 22.04/24.04) (Windows works fine). Same tests, prior to RC1, took roughly 2-3 minutes and completed successfully. They stop after the build - meaning the test never starts. Where should I file an issue? MSBuild? In advance thanks. |
Beta Was this translation helpful? Give feedback.
-
The page is showing NET 8 instead of NET 9. @jongalloway |
Beta Was this translation helpful? Give feedback.
-
Currently In azure services only .Net 9 Preview 6 is available by when I can get the RC1. 9.0.0-preview.6.24327.7 at [/usr/share/dotnet/shared/Microsoft.NETCore.App] |
Beta Was this translation helpful? Give feedback.
-
We are pleased to announce the release of .NET 9 Release Candidate 1. This release comes with a go-live license, indicating that it is supported in production environments.
This release contains the following improvements:
📚Libraries
WebSocket
Keep-Alive
Ping and Timeout APIsAdd ZLib, Brotli compression options
Add TarEntry.DataOffset
HttpClientFactory
no longer logs header values by defaultOut-of-proc Meter wildcard listening
Full release notes
🛠️ SDK
Workload History
Full release notes
🌐 ASP.NET Core
Improvements to SignalR distributed tracing
Keep-alive timeout for WebSockets
Keyed DI in middleware
Override
InputNumber
type attributeTrust the ASP.NET Core HTTPS development certificate on Linux
Full release notes
📱 .NET MAUI
Added
HorizontalTextAlignment.Justify
Full release notes
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 preview. .NET 9 is now can be installed directly through the Visual Studio installer starting with Visual Studio 2022 17.12 Preview 2.
You can also use Visual Studio Code and the C# Dev Kit extension with .NET 9.
You can find .NET 9 RC 1 Installer & Binaries on GitHub.
Team Announcements & Discussions
Discuss this release with the product teams on GitHub through the announcements for this release.
Stay up-to-date with .NET 9
You can stay up-to-date with all the features of .NET 9 with:
For .NET 9 previews we are utilizing GitHub Discussions to make announcements. For more information read our discussion.
Stay up to date by subscribing to the RSS feed for all release announcements.
Beta Was this translation helpful? Give feedback.
All reactions