riskfirst.hateoas
riskfirst.hateoas copied to clipboard
DependencyContext.Default is null
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).