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
In ncqrs, NcqrsEnvironment class act as a ServiceLocator. Few implementation are made in extensions with some IOC frameworks like Autofac, Windsor, ..... This pattern is good and used in lot of projects.
I propose a refactoring to be more compatible with dotnet core. asp.net core and ef core. Using a abstract library called Microsoft.Extensions.DependencyInjection.
This library have extensions to used others containers like Autofac, StructureMap. Using this library avoid the need to maintain our own IOC library. So we can shutdown some ncqrs extensions.
What's your feeling ?
The text was updated successfully, but these errors were encountered:
In ncqrs, NcqrsEnvironment class act as a ServiceLocator. Few implementation are made in extensions with some IOC frameworks like Autofac, Windsor, ..... This pattern is good and used in lot of projects.
I propose a refactoring to be more compatible with dotnet core. asp.net core and ef core. Using a abstract library called Microsoft.Extensions.DependencyInjection.
This library have extensions to used others containers like Autofac, StructureMap. Using this library avoid the need to maintain our own IOC library. So we can shutdown some ncqrs extensions.
What's your feeling ?
The text was updated successfully, but these errors were encountered: