Open
Description
Background and motivation
The main problem is that there seems to be no other way of knowing that a MSBuild alias was added to a reference.
This is related to a problem I found using Razor runtime compilation : dotnet/aspnetcore#41632 (comment)
API Proposal
Add alias informations.
API Usage
Principally used with AssemblyMetadata GetReference aliases parameter for runtime compilation.
Alternative Designs
No response
Risks
No response