BootBlock / Hiroix-Framework

A C# application development framework.
http://hiroix.com
0 stars 0 forks source link

Add Safe Mode #53

Open BootBlock opened 1 year ago

BootBlock commented 1 year ago

Add the facility for the user to launch an application into safe mode. This allows the user to make modifications to the application (should there be any issues), such as deleting configuration data.

While Options.SafeMode is true by default, the author will need to decorate custom FileRef and DirectoryRef properties with SafeModeAttribute so the user can interact with those properties. The known properties as defined within the framework are opted-in by default.

Hiroix.Windows.Forms will have a UI that will provide user-facing functionality for modifications.

BootBlock commented 1 year ago

TODO