微软在2023年8月9日 发布了.NET 8 Preview 7[1],这是它在11月14日 RTM 之前进入发布候选阶段之前的最后预览版。 该预览版也于也与 VS 2022 v17.7 版本一起发布。对于预览版7,System.Text.Json 和 codegen 在此版本中具有最大的变化。所有这些特定项目都属于 .NET 网站主题[2]中提供的一般指导。
.NET 团队通过几篇文章介绍ASP.NET Core, MAUI以及 Visual Studio 2022 17.7 版本的特性:
ASP.NET Core[3]介绍了具有 API 和 Blazor 支持的新令牌防伪中间件、标识 API 更新、本机 AOT 改进等。
.NET MAUI [4]包括增强的 UI 控制功能以及错误修复和性能改进。
Visual Studio 2022 17.7 [5]现已正式发布,其中包括面向 .NET 开发人员的许多功能,包括外部 .NET 代码的自动反编译和 CPU 使用率工具的新自动见解。.NET 8 中的新增功能介绍了 .NET 8 [6]中的所有新功能。
.NET 8 是 .NET 7 [7]的后继版本。 它将作为长期支持 (LTS) 版本得到三年的支持[8](初始发布后三年)。
可从此处下载 .NET 8[9], 可以通过个网站[10] 跟踪.NET 8的issue 情况:
相关链接:
[1]发布了.NET 8 Preview 7: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-7/
[2].NET 网站主题:https://themesof.net/?q=Milestone%3A8.0
[3] .NET 8 Preview 7 中 ASP.NET Core 更新: https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-7
[4].NET 8 Preview 7 中.NET MAUI 更新: https://devblogs.microsoft.com/dotnet/announcing-dotnet-maui-in-dotnet-8-preview-7
[5]Visual Studio 2022 17.7 现已正式发布: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-7-now-available
[6].NET 8 的新增功能: https://learn.microsoft.com/zh-cn/dotnet/core/whats-new/dotnet-8
[7].NET 7的新增功能: https://learn.microsoft.com/zh-cn/dotnet/core/whats-new/dotnet-7
[8].NET 和 .NET Core 支持策略: https://dotnet.microsoft.com/zh-cn/platform/support/policy/dotnet-core
[9] 下载 .NET 8: https://dotnet.microsoft.com/download/dotnet
[10] 跟踪.NET 8的issue : https://issuesof.net/?q=is%3Aopen%20is%3Aissue%20repo%3Aruntime%20%28milestone%3A8.0.0%20or%20label%3Ablocking-release%29