Leonardo de Jesus
Results
2
comments of
Leonardo de Jesus
same problem here too
an example of how I'm doing now: `foreach (Assembly asm in AppDomain.CurrentDomain.GetAssemblies().Where((x) => x.GetName().Name.Contains("SomeAssemblyName")))` `foreach (Type t in asm.GetTypes())` `container.RegisterAssembly(t.Assembly, () => new PerScopeLifetime());`