Skip to content

Commit

Permalink
Default InvariantGlobalization in Blazor WASM
Browse files Browse the repository at this point in the history
This allows for unnecessary code to be trimmed by default in a Blazor WASM appp. See dotnet/runtime#47999.
  • Loading branch information
eerhardt committed Feb 9, 2021
1 parent 11b180b commit 316b1c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Copyright (c) .NET Foundation. All rights reserved.
<TrimmerRemoveSymbols Condition="'$(TrimmerRemoveSymbols)' == ''">false</TrimmerRemoveSymbols>

<!-- Runtime feature defaults to trim unnecessary code -->
<InvariantGlobalization Condition="'$(InvariantGlobalization)' == ''">false</InvariantGlobalization>
<EventSourceSupport Condition="'$(EventSourceSupport)' == ''">false</EventSourceSupport>
<UseSystemResourceKeys Condition="'$(UseSystemResourceKeys)' == ''">true</UseSystemResourceKeys>
<EnableUnsafeUTF7Encoding Condition="'$(EnableUnsafeUTF7Encoding)' == ''">false</EnableUnsafeUTF7Encoding>
Expand Down

0 comments on commit 316b1c2

Please sign in to comment.