You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: