Skip to content

eByte23/AppSettingsReload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppSettingsReload

This package removes the need for a dependency on IOptions and also does easy reloading of appsetings when changed.

To use simply add AppSettingsReload to your project.json

``"AppSettingsReload": "0.x.x-*"Then add to where ever you injecting you appseting in DIusing AppSettingsReload```


services.ConfigureSetting<TestConfig>(Configuration, "TestConfig", true);

About

Enables appsettings reload onchange also drop dependency on IOptions<T>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors