Skip to content

Consider marking linked assemblies on the output #1194

@vitek-karas

Description

@vitek-karas

As far as I can tell linker doesn't mark the assemblies which it linked (as in changed) in any way. Some tools might want to detect linked applications to avoid problems with missing APIs. One such example is the startup hook feature.

One such mechanism could be to inject an assembly level attribute, something like:

[assembly: AssemblyMetadata("ILLinkProcessed", "True")]

Size impact of such change should be trivial.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions