mongo-extensions
mongo-extensions copied to clipboard
Provide an extension method for IServiceCollection to support other project types.
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