-
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
What's new in .NET 6 RC2 [WIP] #6570
Comments
.NET 6 RC2 has API breaking changes. For example, the APIs for Json source generators have changed (dotnet/runtime#59042). The binaries compiled against .NET 6 RC1 are not supported on .NET 6 RC2. |
We added API on |
.NET 6 RC2 brings WinHttpHandler support for TLS 1.3 on Windows 11+ - dotnet/runtime#58587 |
Sharing these two new APIs here for tracking, as they've been accidentally missed in previous blog posts:
|
For additional info on the motivation and mitigation for the JSON src-gen changes, see the breaking change doc - https://docs.microsoft.com/en-us/dotnet/core/compatibility/serialization/6.0/json-source-gen-api-refactor?branch=pr-en-us-26222 and original issue dotnet/docs#26200. We could cite the official doc in this blog post. |
C# compiler: Avoid several breaking changes from inferred types of lambdas and method groupsOverload resolution has been updated in the Roslyn C# compiler to prefer overloads where conversions and method type argument inference do not involve inferred types of lambda expressions or method groups (see dotnet/roslyn#56341). This resolves several breaking changes in .NET 6 RC1. |
What's new in .NET 6 RC2
This issue is for teams to highlight work for the community that will release .NET 6 RC2
To add content, use a new conversation entry. The entry should include the team name and feature title as the first line as shown in the template below.
Preview 1: #5853
Preview 2: #5889
Preview 3: #5890
Preview 4: #6098
Preview 5: #6099
Preview 6: #6325
Preview 7: #6444
RC1: #6569
The text was updated successfully, but these errors were encountered: