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.
- Open the command palette by pressing Shift + ⌘ + P or F1
- Start typing
dotnet
and choose your desired commmand
- Create dotnet objects like projects, solutions from templates (
dotnet new
)
- Add/Upgrade/Downgrade/Remove NuGet packages (
dotnet add package
,dotnet 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
)