Hi,
we are currently using reflection to load metadata from assemblies, which has its limits. Therefore I am looking for ways to use Roslyn to get same infos and the IBinaryAssembly interface gives me most of the information that I need.
One thing that is missing though are the custom attributes. I see that you read the custom attributes to set various properties. What I would need is a collection of the qualified attribute names (e.g. as strings).
Since you already read the data, I suppose you could just save it in a collection and provide it via the interfaces.
Best regards, Tobias Lingemann.