Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>dotnetNew to Visual Studio Code? Get it now.

dotnet

leo-labs

|
72,373 installs
| (6) | Free
A modern wrapper around dotnet cli
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Marketplace Installs GitHub license

dotnet, A Visual Studio Code extension

A modern interface to the dotnet cli for Visual Studio Code.

This extension provides access to the dotnet cli by using the Quick Pick UI.

Usage

  • Open the command palette by pressing Shift + ⌘ + P or F1
  • Start typing dotnet and choose your desired commmand

Features

  • Create dotnet objects like projects, solutions from templates (dotnet new)

Create solution

Create project

  • Add/Upgrade/Downgrade/Remove NuGet packages (dotnet add package, dotnet remove package)

Add package

Remove package

  • Add/Remove project-to-project references (dotnet add reference, dotnet remove reference)

  • Add/Remove projects to/from solutions (dotnet sln add, dotnet sln remove)

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft