Simple example of using UserSecrets
in a console application in .NET Core
This is the companion code to https://www.frakkingsweet.com/add-usersecrets-to-net-core-console-application/
The secrets content is:
{
"UserSecretsExample.MyOptions": {
"SecretOption": "I'm a secret"
}
}