Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.5k stars 61 forks source link

Implement a simple built-in dependency container to provide full experience #15

Closed Tyrrrz closed 4 years ago

Tyrrrz commented 5 years ago

Currently dependency injection can be implemented easily by 3rd party but it would be convenient if CliFX came with dependency container out of the box.

imscottirl commented 5 years ago

Why not use Microsoft.Extensions.DependencyInjection and let people replace it if they don't like it?

Tyrrrz commented 4 years ago

Sticking with Microsoft.Extensions.DependencyInjection