Jump to content

Visual Studio

From Bonfire Star Wiki
Revision as of 17:03, 21 November 2025 by Phidao (talk | contribs) (.NET Commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shortcuts

CTRL+Enter: Will create a new line above your current line and move your cursor there.

.NET Commands

See if a valid HTTPS certificate is present

dotnet dev-certs https
-- If present, will return "A valid HTTPS certificate is already present."

Trust

dotnet dev-certs https --clean
dotnet dev-certs https --trust

Recent Version

dotnet --version

Available Version

dotnet --list-sdks

Verbose

dotnet --info