Skip to content
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

Default new runtime feature switches (#23932) #23987

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

eerhardt
Copy link
Member

Porting #23932 to release/5.0-preview8.

  • Default new runtime feature switches

These new feature switches have been added to the runtime to make applications smaller. Setting reasonable defaults to Blazor wasm projects.

Fix #23716

For the default Blazor WASM template app, with these settings the uncompressed IL size drops:

Build Size
Before change 3,007,488 bytes
With change 2,412,544 bytes

cc @SteveSandersonMS @mkArtakMSFT

If there is an ask mode template to fill out, let me know and I can do it.

* Default new runtime feature switches

These new feature switches have been added to the runtime to make applications smaller. Setting reasonable defaults to Blazor wasm projects.

Fix dotnet#23716

* PR feedback
@eerhardt eerhardt requested a review from pranavkm July 16, 2020 01:56
@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jul 16, 2020
@pranavkm pranavkm added this to the 5.0.0-preview8 milestone Jul 16, 2020
@mkArtakMSFT mkArtakMSFT merged commit 427bfc8 into dotnet:release/5.0-preview8 Jul 16, 2020
@eerhardt eerhardt deleted the Port23932 branch July 16, 2020 13:09
dougbu pushed a commit to dougbu/razor-compiler that referenced this pull request Nov 17, 2021
…t/aspnetcore#23987)

* Default new runtime feature switches

These new feature switches have been added to the runtime to make applications smaller. Setting reasonable defaults to Blazor wasm projects.

Fix dotnet/aspnetcore#23716

* PR feedback

Commit migrated from dotnet/aspnetcore@427bfc8d6b05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants