Developers can safely trim their apps which use System.Text.Json to reduce the size of their apps #45441
Labels
area-System.Text.Json
Priority:1
Work that is critical for the release, but we could probably ship without
Team:Libraries
tracking
This issue is tracking the completion of other related issues.
User Story
A single user-facing feature. Can be grouped under an epic.
Milestone
There's an ongoing effort (#1568) to use the C# source generator feature to improve start-up performance and reduce private bytes usage during JSON serialization. This same effort can help the linker trim more of System.Text.Json.dll, when used in an application, than it can today. This should reduce the total app size and is important for standalone apps and Blazor client.
Work
The text was updated successfully, but these errors were encountered: