Open
Description
Description
Given the use of nanoFramework in an IoT world, and its open source nature, it is likely that people will need to keep secrets and is easy to upload them to a git repo by mistake.
nF should be able to support secrets more easily, and if possible (probably not) warn that they are about to be uploaded to a repo...
How to solve the problem
A solution similar to https://dotnetcoretutorials.com/2022/04/28/using-user-secrets-configuration-in-net/
Or possibily https://github.com/ncarandini/XFUserSecrets
Describe alternatives you've considered
Using template classes, and a nice bit of documentation to match...
Aditional context
No response