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

How do I use this thing? #45

Closed dblairski closed 7 years ago

dblairski commented 7 years ago

Hello!

So after using NuGet to install Formo, adding some entries into the web.config to test, and recompiling, I still don't see any intellisence for the entries on my newed-up Configuration object.

dynamic config = new Formo.Configuration();

var result = config. ummm nothing here

What step in setting this up am I missing?

Thanks! Dustin

dblairski commented 7 years ago

Oh wait... silly me. dynamic means no intellisense. gotcha!