dazinator / Dazinator.Extensions

Useful additions to Microsoft.Extensions.DependencyInjection such as Named Services.
Other
38 stars 1 forks source link

Modules #28

Closed dazinator closed 1 month ago

dazinator commented 1 month ago

Add a new project that will let you define modules, then add them to DI. Modules are useful way to register services with DI, as will be explained in the project readme.