Skip to content
New issue

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

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

Open
BoutemineOualid opened this issue Jan 6, 2023 · 0 comments

Comments

@BoutemineOualid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant