riskfirst.hateoas icon indicating copy to clipboard operation
riskfirst.hateoas copied to clipboard

DependencyContext.Default is null

Open cloudn9 opened this issue 4 years ago • 0 comments

Hello, has anyone used the package with Autofaq ? It seems the dependecy context is null in that case. The issue is happening when the package is called from another dll project. I will provide more information, in case needed.

p.s. returning a new empty list here

internal class DefaultAssemblyLoader : IAssemblyLoader { public IEnumerable<Assembly> GetAssemblies() {

should do the work (I think).

cloudn9 avatar Jul 12 '21 09:07 cloudn9