-
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
Move s_defaultSerializerOptions to JsonHelpers. #52557
Conversation
Tagging subscribers to this area: @eiriktsarpalis, @layomia Issue DetailsThis allows for JsonContent to be trimmed in a default Blazor WASM app. It isn't a large savings - roughly 200 bytes .br compressed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming linker warning fixed.
This allows for JsonContent to be trimmed in a default Blazor WASM app.
Failures of the following form:
are #52596 |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
Test failure is #52710. |
This allows for JsonContent to be trimmed in a default Blazor WASM app.
It isn't a large savings - roughly 200 bytes .br compressed.