This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.47k
stars
4.8k
forks
source link
Use System.Reflection.Metadata to harvest type info without assembly loading #8139
Closing this one. I can't even find the script for which this was intended. If it ever comes up again, we can use this other assembly to avoid all the assembly resolution I had to do in-proc using System.Reflection.
Sample code if you want to try Reflection.Metadata:
Originally posted by @pakrym in https://github.com/Azure/azure-sdk-for-net/pull/8098#issuecomment-542740483