Stay Up to Date with News on .NET Previews #9192
Replies: 4 comments 5 replies
-
is it have real diffrence from v8 ?? |
Beta Was this translation helpful? Give feedback.
-
"Subscribing to All Activity you will get minimal alerts" - Yeah... That hasn't worked out at all. I'm getting an email for every comment. Time to unsubscribe 💀 |
Beta Was this translation helpful? Give feedback.
-
Most of the https://github.com/dotnet/announcements announcements are security announcements. Would it make sense to move .NET security announcements to a separate repository, perhaps |
Beta Was this translation helpful? Give feedback.
-
Can someone point me to a simple list of what is appearing in the next preview of .Net 9. Just like you used to do. I'm a retired developer who is now writing open source software using the latest releases of .Net. I don't want to go wading through announcements and core repo discussions. I find this new system very confusing. I guess I now have to wait for preview 2 release notes. |
Beta Was this translation helpful? Give feedback.
-
We just released our first preview of .NET 9 and you may have noticed that we published the announcement on GitHub Discussions instead of the .NET Blog. We also made announcements for other features & projects in their repos Discussions including .NET MAUI, ASP.NET Core, EF Core, and more. Each month we will be making announcements on GitHub Discussions for each preview. We'll tailor our .NET blog content to highlight the advantages of .NET 8, aiming to support your use of .NET 8 in production environments. You can read more about our strategy in our announcement post.
So, a question you may have is, how do I stay up to date?
There are several ways based on how involved and how many notifications you would like to receive.
Minimal Notifications
The dotnet/announcements repo is intended to keep everyone informed about important information related to the .NET platform. It is a one-way broadcast that plays nicely with GitHub notifications, making it desirable to watch/subscribe to it. By watching the repo and subscribing to All Activity you will get minimal alerts including one for each preview, monthly service releases, and CVEs.
Here is the .NET 9 Preview 1 announcement on dotnet/announcements.
Read our best practices guide to learn more.
RSS Feeds
GitHub Discussions over atom feeds that you can subscribe to that are updated when new posts are made. You can subscribe to all discussions in all categories or specific categories.
All Discussions: https://github.com/dotnet/core/discussions.atom
Only News: https://github.com/dotnet/core/discussions/categories/news.atom
This can be applied to any repo, for example if you want to subscribe to ASP.NET Core announcements you would use:
https://github.com/dotnet/aspnetcore/discussions/categories/announcements.atom
GitHub Notifications for All Discussions & Comments
Want to be super involved and get notified for all new discussions and responses as well? You can turn on custom notifications and select Discussions* and you will get a notification in GitHub whenever there is a new discussion thread and comments on it.
Beta Was this translation helpful? Give feedback.
All reactions