Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 849 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 849 Bytes

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