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

Support for chained properties #13

Closed ChrisMissal closed 11 years ago

ChrisMissal commented 11 years ago

Look into adding support for chained properties:

Settings:

<add key="ThirdPartyApi.Key" value="something"/>
<add key="ThirdPartyApi.Secret" value="blah"/>

Usage:

new Configuration().ThirdPartyApi.Key
ChrisMissal commented 11 years ago

See these commits also:

ChrisMissal commented 11 years ago

Not enough interest