-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-Infrastructure-librarieslinkable-frameworkIssues associated with delivering a linker friendly frameworkIssues associated with delivering a linker friendly framework
Milestone
Description
We should update our ILLinkTrim files given dotnet/linker#1257.
- Rename the files in source control from
ILLinkTrim.xmltoILLink.Descriptors.xml- For the
_LibraryBuildfiles, we should name themILLink.Descriptors.LibraryBuild.xmlor similar
- For the
- When embedding the file into the assembly, we should rename the resource from
$(AssemblyName).xmltoILLink.Descriptors.xml.- See
Lines 48 to 52 in 0b416bc
<ItemGroup Condition="'$(ILLinkTrimXml)' != ''"> <EmbeddedResource Include="$(ILLinkTrimXml)"> <LogicalName>$(AssemblyName).xml</LogicalName> </EmbeddedResource> </ItemGroup>
- See
Metadata
Metadata
Assignees
Labels
area-Infrastructure-librarieslinkable-frameworkIssues associated with delivering a linker friendly frameworkIssues associated with delivering a linker friendly framework