How can I use Castle Windsor as an IOC instead of the default .net core IOC container?
I have built a service resolver that depends on WindsorContainer to r
WindsorContainer
I wanted to add that answer Yahya Hussein offers works for me, however I had to adjust my scope to LifestyleCustome() on each dependency I registered.
LifestyleCustome()
This may be second nature to some but it took me a minute to figure out.