Skip to content

[Blazor] Add default IILink.Descriptors.xml to Components.WebAssembly #63098

@javiercn

Description

@javiercn

This is meant to help avoiding accidental trimming on some common framework types used during serialization in JS interop.

<ItemGroup>
  <EmbeddedResource Include="ILLink.Descriptors.xml">
    <LogicalName>ILLink.Descriptors.xml</LogicalName>
  </EmbeddedResource>
</ItemGroup>
<linker>
  <assembly fullname="System.Runtime">
    <type fullname="System.Collections.Generic.KeyValuePair`2" preserve="all" />
  </assembly>
</linker>

Metadata

Metadata

Assignees

Labels

area-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions