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

.NET Core support? #41

Closed jpsingleton closed 8 years ago

jpsingleton commented 8 years ago

Does Formo support or plan to support .NET Core?

The configuration system has changed a lot but I really like how I can bind to a statically compiled object with Formo. Is Formo completely replaced by options objects or is there room for some advanced stuff? For example, connection strings.

ChrisMissal commented 8 years ago

I really like what they've done with the new Configuration system. It contains a lot of what I planned for Formo. That said, I don't have plans to add support for .NET Core, but I'm also not opposed to it if enough people are interested. I feel like the Options objects are a fine replacement for Formo to be quite honest.

jpsingleton commented 8 years ago

OK, cool. I'll close this then.