ConfigInjectorContributors / ConfigInjector

A simple way to inject strongly-typed configuration settings into your application via [web|app].config.
https://www.nuget.org/packages/ConfigInjector/
MIT License
61 stars 16 forks source link

.NET / ASP.NET Core #32

Open grokky1 opened 7 years ago

grokky1 commented 7 years ago

Can this be used with .NET / ASP.NET Core?

It has a new config mechanism, but doesn't look as sophisticated as this lib.

dasiths commented 6 years ago

If you are happy to take a dependency on the IConfiguration you could give this a try https://github.com/dasiths/NimbleConfig