Jacko
Explore posts from serversQuestion about Dependency Injection:
I’m definitely still looking into autofac to see if it’s required, some of the features like xml configuration for loading in interfaces could be useful to adapt the project for different businesses that might use different log systems or want to store configurations in different formats or on the cloud.
67 replies
Question about Dependency Injection:
Out of curiosity what’s the benefit of using the IServiceCollection interface over just the autofac container? I’m using spectre cli which lets me register any DI system so wasn’t sure if it was just for generic host support
67 replies
Question about Dependency Injection:
So I’m writing a cli app that has a plugin system so users can add custom functionality and call it from the same cli app, so if you have for example an automation you just register it in the plugins folder and the app will pick it up and execute it for you
67 replies