Is there a way to use MS Dependency Injection with Castle Windsor.
I am trying to use a third party library and unfortunately they only support MS Dependency Injection installation. (https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/opentracing-integration.html#installation)
It's not feasible for us move our entire codebase MS Dependency injection, so I am wondering if there is a way to do both.