Skip to content

Rename ILLinkTrim.xml files to ILLink.Descriptors.xml #37651

@eerhardt

Description

@eerhardt

We should update our ILLinkTrim files given dotnet/linker#1257.

  1. Rename the files in source control from ILLinkTrim.xml to ILLink.Descriptors.xml
    • For the _LibraryBuild files, we should name them ILLink.Descriptors.LibraryBuild.xml or similar
  2. When embedding the file into the assembly, we should rename the resource from $(AssemblyName).xml to ILLink.Descriptors.xml.
    • See
      <ItemGroup Condition="'$(ILLinkTrimXml)' != ''">
      <EmbeddedResource Include="$(ILLinkTrimXml)">
      <LogicalName>$(AssemblyName).xml</LogicalName>
      </EmbeddedResource>
      </ItemGroup>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions