You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: