We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This allows the reconfiguration of the connection string/used database at run-time.
The following option classes are now resolved using IOptionSnapshot<T>:
IOptionSnapshot<T>
ProcessorOptions
SelectingProcessorAccessorOptions
SelectingGeneratorAccessorOptions
TypeFilterOptions
The following services are now scoped instead of singleton:
IVersionTableMetaDataAccessor
IVersionTableMetaData
IMigrationSource
IMigrationInformationLoader
The MigrationSource now consumes all registered IMigrationSourceItem instances.
MigrationSource
IMigrationSourceItem
The text was updated successfully, but these errors were encountered:
99fe98f
fubar-coder
No branches or pull requests
Supported scenario
This allows the reconfiguration of the connection string/used database at run-time.
Applies to
Changes
The following option classes are now resolved using
IOptionSnapshot<T>
:ProcessorOptions
SelectingProcessorAccessorOptions
SelectingGeneratorAccessorOptions
TypeFilterOptions
The following services are now scoped instead of singleton:
IVersionTableMetaDataAccessor
IVersionTableMetaData
IMigrationSource
IMigrationInformationLoader
The
MigrationSource
now consumes all registeredIMigrationSourceItem
instances.The text was updated successfully, but these errors were encountered: