NinjaSettings icon indicating copy to clipboard operation
NinjaSettings copied to clipboard

Simple Dynamic Wrapper around the .NET web.config app settings that gives strongly typed access to app settings. Easily Mockable and extensible.

Results 2 NinjaSettings issues
Sort by recently updated
recently updated
newest added

There is a CommaDelimitedConstructorArgumentValueConverter for instantiating objects with single value constructors that implement IConvertible. There should be a equivelent strategy for regulat single instance properties.

CommaDelimitedConstructorArgumentValueConverter needs to call Convert.ChangeType on the value from App Settings before it passes it to the constructor.