ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

- Add support of EnvironmentVariables adding bool includeEnvironmentVari... #33

Closed PhilippeLeveille closed 9 years ago

PhilippeLeveille commented 9 years ago

...ables arguments into Configuration class constructors

ChrisMissal commented 9 years ago

Hey @PhilippeLeveille, thanks for the PR. When I originally opened up the issue to add support for more types of configurations I wasn't aware of the direction that the new aspnet5 stuff was headed. Upon more thoughts, I'm going to close up the issue since those new methods will make this library largely obsolete.

Here's some more info on how it's looking in aspnet5: