Class EndpointServiceCollectionExtensions
Inheritance
System.Object
EndpointServiceCollectionExtensions
Namespace: Steeltoe.Management.Endpoint.DbMigrations
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public static class EndpointServiceCollectionExtensions : object
Methods
| Edit this page View SourceAddDbMigrationsActuator(IServiceCollection, IConfiguration)
Adds components of the Entity Framework actuator to Microsoft-DI
Declaration
public static void AddDbMigrationsActuator(this IServiceCollection services, IConfiguration config = null)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | Service collection to add actuator to |
IConfiguration | config | Application configuration. Retrieved from the |