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

[Feature Request] Auto reloading on changes #25

Open Nucs opened 3 years ago

Nucs commented 3 years ago

It is possible to create a relatively simple Module that'll be able to monitor file changes and reload when they change.

ghost1372 commented 3 years ago

that's great In my opinion, it is better to be cross-platform, Due to the existence of new platforms such as Uno and Maui, The existence of this library is strongly felt.