I have the following class:
public class DatabaseFactory : Disposable, IDatabaseFactory where C : DbContext, BaseContext, new() { priva
You need to register the constructor parameter:
container.Register( Component.For().ImplementedBy() .DependsOn(Dependency.OnValue("connectionString", connectionString)) );