Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
259
stars
33
forks
source link
Enables Exceptions on null configuration values #39
Closed
ChrisMissal closed 9 years ago
If
Configuration.ThrowIfNull
is set totrue
, Configuration will throw an exception if the requested key is null.