Hello. I am using DependencyContext .Default .CompileLibraries to get references. which namespace in Microsoft.Extensions.DependencyModel.
It works(However, there are some fields or attributes whose metadata cannot be found during dynamic compilation).
What is the difference between Microsoft.Extensions.DependencyModel and basic-reference-assemblies?
Hello. I am using
DependencyContext .Default .CompileLibrariesto get references. which namespace inMicrosoft.Extensions.DependencyModel.It works(However, there are some fields or attributes whose metadata cannot be found during dynamic compilation).
What is the difference between
Microsoft.Extensions.DependencyModeland basic-reference-assemblies?