Skip to content

nanny07/vscode-user-secret-management

Repository files navigation

User Secrets Management

View and manages user secretes for .NET Core/.NET5+ projects just like in Visual Studio.

Features

Right click on your .csproj, .fsproj or .vbproj file and select Manage User Secrets.

It will open or create the secret.json file and update your project file if necessary.

example

Requirements

This extension has the following dependencies:

  • uuid: to generate a new GUID.

Future improvement

In the future, this extension will directly use the dotnet user-secrets init command to generate the new GUID and update the project file. For now, it's not possible to wait until the end of a terminal run using Terminal.API on vscode (see the issue on vscode's repository)

Release Notes

1.0.0

Initial release


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published