Daarto
Daarto copied to clipboard
DapperStoreOptions creates unused SqlServerDbConnectionStore
DapperStoreOptions
includes an instance of SqlServerDbConnectionStore
which is only every used for its GetType()
method. It would seem to make more sense to have a property of DapperStoreOptions:
DbConnectionFactoryType = typeof(SqlServerDbConnectionStore),