I want to configure Dependency Injection with Ninject in my application, and my project is a Subscriber class library. What is the first event produced by NserviceBus for initialize my kernel and modules bindings?
I want to configure Dependency Injection with Ninject in my application, and my project
Share
What you need to do is in NServiceBus.Host.exe.config define your EndpointConfigurationType
After this define a class
Hope this makes sense. Let me know if you need more clarification. Good luck.