dependency-injection-with-ioptions-in-console-apps-in-net

Dependency injection (with IOptions) in Console Apps in .NET Core

MIT License

Stars
8

Dependency injection (with IOptions) in Console Apps in .NET 7

This project contains the code of the article Dependency injection (with IOptions) in Console Apps in .NET on my blog.

Features

  • Support for .NET 7
  • Support for System.CommandLine.RootCommand
  • Support for appsettings.json configuration
  • Support for environment variables configuration
  • Support for IOption injection
Related Projects