Turn linking back on with Newtonsoft not trimmed
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
<linker>
|
||||||
|
<assembly fullname="Newtonsoft.Json">
|
||||||
|
<type fullname="Newtonsoft.Json.JsonSerializer" />
|
||||||
|
<type fullname="Newtonsoft.Json.JsonConvert" />
|
||||||
|
</assembly>
|
||||||
|
</linker>
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
|
||||||
<PublishTrimmed>false</PublishTrimmed>
|
<PublishTrimmed>true</PublishTrimmed>
|
||||||
<TrimMode>copyused</TrimMode>
|
<TrimMode>link</TrimMode>
|
||||||
<RunAOTCompilation>false</RunAOTCompilation>
|
<RunAOTCompilation>false</RunAOTCompilation>
|
||||||
<InvariantGlobalization>true</InvariantGlobalization>
|
<InvariantGlobalization>true</InvariantGlobalization>
|
||||||
<BlazorEnableCompression>true</BlazorEnableCompression>
|
<BlazorEnableCompression>true</BlazorEnableCompression>
|
||||||
@@ -15,6 +15,10 @@
|
|||||||
<StripSymbols>true</StripSymbols>
|
<StripSymbols>true</StripSymbols>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="App.razor.css" />
|
<None Remove="App.razor.css" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user