StevenThuriot/SettingsManagement

Dynamic Initializers

Opened this issue · 0 comments

Currently, default values are constants.
Would be cool to allow dynamic values that get evaluated at runtime!

(e.g. using things like Environment.UserInteractive )