Skip to content

[NativeAot] Use ComputeManagedAssemblies Task from ILLink to find managed framework assemblies #80748

@jtschuster

Description

@jtschuster

In NativeAOT builds, we exclude native framework assemblies by relying on the name to end in "*.Native.dll" "msquic.dll".

<FrameworkAssemblies Include="$(IlcFrameworkPath)*.dll" Exclude="$(IlcFrameworkPath)*.Native.dll;$(IlcFrameworkPath)msquic.dll" />

It might be more reliable to use the ComputeManagedAssemblies Task from ILLink instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions