Solution Secrets v2.0 for Visual Studio
Visual Studio extension to synchronize solution secrets across different development workstations.
Mar 3, 20234 min read89

Search for a command to run...
Articles tagged with #extension
Visual Studio extension to synchronize solution secrets across different development workstations.

As already mentioned in my previous post, as a good practices, secrets (sensitive data like passwords, connection strings, access keys, etc.) must not be committed with your code in any case and must not be deployed with the apps. That's why we must ...
