Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-22Create a schema for the LinkAttribute XML files (#2500)Jackson Schuster
Adds xml schema for ILLink.LinkAttributes.xml, and adds relative paths to the schema in xml used in unit tests to enable linting.
2020-10-14Fix processing of DynamicDependency when specified via attribute XML (#1565)Vitek Karas
The DynamicDependencyLookupStep would not process DynamicDependencyAttribute specified via XML on a member without real attributes (from IL). Fix is to not rely on member.HasCustomAttributes as that doesn't see attributes specified via XML.