-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What's new in .NET 7 RC 2 #7717
Comments
wasm-experimental: Experimental support for WebAssembly multithreadingThe Threaded WebAssembly support is experimental in .NET 7 and this is an opportunity for you to provide early feedback on the feature for a future release of .NET.
Notes and known issues:
|
@ericstj @karelz @jeffhandley @eerhardt for any RC2 stuff |
System.Text.Json AppContext switch re-enabling reflection fallback in source generation dotnet/runtime#75615.NET 7 introduced an intentional breaking change which removes silent fallback to reflection-based serialization in System.Text.Json source generators. Based on early feedback we have been receiving from customers , it appears that quite a few users have (mostly accidentally) taken a dependency on the fallback behavior. Even though a workaround for the breaking change has been documented, it still requires a code change which might not be possible in certain scenaria. Starting in .NET 7 RC 2, you can re-enable reflection fallback globally using the provided AppContext compatibility switch. Add the following entry to your application's project file to re-enable reflection fallback for all source-generated contexts in your app. For more information on using AppContext switches, see the article on .NET runtime configuration settings. <ItemGroup>
<RuntimeHostConfigurationOption Include="System.Text.Json.Serialization.EnableSourceGenReflectionFallback" Value="true" />
</ItemGroup> |
We have added 2 new analyzers for correct usage of new APIs:
|
@JonDouglas I spoke with @lambdageek and the plan is to include the WebAssembly multithreading content in the ASP.NET Core post. |
.NET 7 GA is available. Closing these pre-release issues. |
What's new in .NET 7 RC 2
This issue is for teams to highlight work for the community that will release .NET 7 RC 2
To add content, use a new conversation entry. The entry should include the team name and feature title as the first line shown in the template below.
Preview 1: #7106
Preview 2: #7107
Preview 3: #7108
Preview 4: #7378
Preview 5: #7441
Preview 6: #7454
Preview 7: #7455
RC 1: #7716
RC 2: #7717
The text was updated successfully, but these errors were encountered: