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
Along with the interface extraction going on for v2, I think it would be a good idea to expose an ASP NET friendly service registration API that fits in to the existing Service Configuration paradigm.
A similar monolithic API with multiple sub-services is AWS. AWS has a separate DI package that adds the following (and other) extension methods to the Microsoft.Extensions.DependencyInjection namespace
Along with the interface extraction going on for v2, I think it would be a good idea to expose an ASP NET friendly service registration API that fits in to the existing Service Configuration paradigm.
A similar monolithic API with multiple sub-services is AWS. AWS has a separate DI package that adds the following (and other) extension methods to the
Microsoft.Extensions.DependencyInjection
namespaceA similar setup would make this library more practical and easier to use in ASP NET (Core) applications
The text was updated successfully, but these errors were encountered: