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
{{ message }}
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
most of the registrations don in BackendFxApplication could be done via auto wiring (IClock, ICurrentIdentityHolder,,,) when making them application services
Event handling and raising is an issue
the pre-fabricated EfCorePersistence module should not exist in the library. It is lying about it's dependency to SimpleInjector (de facto)
see https://blog.ploeh.dk/2014/05/19/conforming-container/
steps
most of the registrations don in BackendFxApplication could be done via auto wiring (IClock, ICurrentIdentityHolder,,,) when making them application services
Event handling and raising is an issue
the pre-fabricated EfCorePersistence module should not exist in the library. It is lying about it's dependency to SimpleInjector (de facto)