Nucs / JsonSettings

This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
MIT License
76 stars 18 forks source link

Any update on autosaving hardcoded settings? #8

Closed Sinjai closed 6 years ago

Sinjai commented 6 years ago

The tl;dr says it's not supported, and from my testing that's true, but there's a GitHub issue that seems to say it is supported.

Nucs commented 6 years ago

See #7. I've since updated the tl;dr. I've also updated wiki, thanks.

Sinjai commented 6 years ago

I don't have the time to re-test, but if you say it's supported then it's supported. I must've been doing something stupid. Thanks for updating the documentation and writing this useful framework -- though the fact that the namespace is lowercase makes me cry every time I see it.