.Net
Inject a dynamic service in a scope inside a BackgroundService
Hi, I’m creating a asp.net core BackgroundService and I need to inject a Service with a dynamic parameter based on a parameter passed by Queue. My job looks like this: Any tips? I’m not sure Read more…