camunda-worker-dotnet icon indicating copy to clipboard operation
camunda-worker-dotnet copied to clipboard

Support for other IoC providers

Open Slicksim opened this issue 3 years ago • 1 comments

I'm liking the look of this library for implementing camunda workers, however, it seems to be tied heavily to the MS provided IoC container.

Would it be possible to extend this to support other IoC providers like SimpleInjector?

Slicksim avatar Mar 03 '23 11:03 Slicksim

Hello! Thank you for your question! I apologize for not answering for a long time.

This library uses IoC abstractions provided by MS because I thought that MS provided abstractions is a minimal API for every IoC container. At the moment, the use of the library has a pretty strong connection to the IoC provided by MS and it may takes a lot of time to add support of another IoC container.

TechnoBerry avatar Mar 27 '23 20:03 TechnoBerry