Skip to content

Provide an extension method for IServiceCollection to support other project types. #73

@BoutemineOualid

Description

@BoutemineOualid

Is your feature request related to a problem? Please describe.
Right now, the migration builder registration sequence uses the IApplicationBuilder interface as a starting point. While this is fine for ASP.NET projects, bootstrapping the migration builder in other project types, i.e Azure Functions, is not possible.

Describe the solution you'd like
Extend the IServiceCollection interface directly.

Describe alternatives you've considered
Copy the code from the library and refactor it to be used on an IServiceCollection interface.

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions