Vitek Karas
Vitek Karas
@BrzVlad to investigate
Going to close this as possibly fixed. If it comes up again we'll look into it some more.
@matouskozak could you please check if this is an infra issue? It somehow reminds me of something, but I can't quite remember what...
@richlander just a small fix which I ran into while trying to play with this
For the designer related attributes: If we can make an assumption that these attributes are not useful when running the app, then there are ways to remove all of those...
I absolutely agree with @weltkante here - the key part of the fix should be to use the right `AssemblyLoadContext`. How exactly is that determined depends on the actual use...
`Assembly.Load` does not require fully qualified names. It accepts whatever the constructor of `AssemblyName` accepts, which can handle partial assembly names just fine. I tried with a simple case like...
I absolutely agree that solving the ALC problem should come first.