[netcoreapp2.0] 'AppDomain.CurrentDomain.GetAssemblies()' doesn't return the emitted dynamic assembly #21340
Labels
area-System.Runtime
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
AppDomain.CurrentDomain.GetAssemblies()
doesn't return dynamically emitted assemblies.Repro
Expected Result
The program prints
Found it
Actual Result
Aren't dynamically emitted assembly loaded in the default assembly load context? Why
AppDomain.CurrentDomain.GetAssemblies()
not returning them?The text was updated successfully, but these errors were encountered: