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 it possible to register handlers only from specified assemblies?
I have a project connected to my application that contains handlers in it , that have some specific services injected in the constructor. Im using only some extensions from that project, and I don't need handlers to be automatically registered on startup because it breaks the application on start as DI validation comes into play and I don't have those services registered.
In most cases its totally fine to automatically register handlers, but would be super useful to control it.
The text was updated successfully, but these errors were encountered:
Is it possible to register handlers only from specified assemblies?
I have a project connected to my application that contains handlers in it , that have some specific services injected in the constructor. Im using only some extensions from that project, and I don't need handlers to be automatically registered on startup because it breaks the application on start as DI validation comes into play and I don't have those services registered.
In most cases its totally fine to automatically register handlers, but would be super useful to control it.
The text was updated successfully, but these errors were encountered: