Assembly
Type | Summary |
---|---|
DependencyNotFoundException | Thrown when a dependency could not be found. |
EmbeddedConfigurationStoreService | A service that provides configuration from embedded resources within assemblies. |
IEmbeddedConfigurationStoreService | Allows the implementation of a service that provides configuration from embedded resources within assemblies. |
IScriptExecutorService | Allows the implementation of a services that executes scripts. |
IScriptHasher | Allows the implementation of a hasher for script verification. |
IScriptReaderService | Allows the implementation of a service that reads an validates scripts. |
ITableDscService | Allows the implementation of a service that manages the migration of database tables. |
MigrationsConsts | Constants for the migrations project. |
ScriptExecutorService | A service that executes Scripts. |
ScriptHasher | Script hasher helper. |
ScriptReaderService | Provides services to load and validate Scripts from XML payloads. |
TableDscService | A service that manages the migration of database tables. |
Type | Summary |
---|---|
MigrationsBuilderExtensions | Builder extension methods to register services in DI. |
MigrationsServiceProviderExtensions | Provides helper extension methods for the IServiceProvider |
ScriptExecutorServiceOptions | Models the options to configure the ScriptExecutorService. |
TableDscServiceOptions | Models the options to configure the TableDscService. |
Type | Summary |
---|---|
Dependency | Models a dependency for a Script. |
Script | Models a migration script. |
Stage | Stage of the migration process where a script must be executed. |
Statement | Models a statemente of a script. |
Type | Summary |
---|---|
ScriptHistory | Tracks script executions. |
ScriptHistoryDataService | Provides data services for the Migrations.ScriptHistory table.
This service does not have any configuration for the required services for it to work. All required services like the CommandBuilder and DataModelCommandBuilder must be configured by a DataServiceOptions<ScriptHistoryDataService> configuration within the dependency injection service collection. |
ScriptTrack | Track history for a Script. |
StatementTrack | Track history for a Statement. |