Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dotnet core commandsNew to Visual Studio Code? Get it now.
Dotnet core commands

Dotnet core commands

matijarmk

|
126,627 installs
| (6) | Free
Dotnet core SKD commands, EntityFrameworkCore migrations and NuGet Package management
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dotnet core commands

Create and modify your dotnet core projects with ease.

Run dotnet from VSCode command panel with default logging. By selecting the right category, you can easily manage NuGet packages, use dotnet core commands and try out EntityFrameworkCore migrations. Learn more

VS Marketplace Installs VS Marketplace Installs GitHub issues GitHub license GitHub release VS Marketplace Version

Usage

  • Simply hit CMD/CTRL + Shift + P or Press F1
  • type dotnet

Features

Specific feature descriptions.

  • By writing dotnet, all command categories become displayed.

categories

  • Commands for creating, running and building dotnet core projects plus so much more.

categories

  • NuGet package management. Removing and adding latest NuGet packages has never been easier.

categories

  • We also support EntityFrameworkCore migrations, so you don't have to bother with remembering commands anymore.

categories


Requirements

  1. .NET Core SDK installation on your system from microsoft

  2. Added DotNetCliToolReference on *.csproj

<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" /> current version

Known Issues

  • None so far

Release Notes

[1.0.0] - 2018-02-11

  • Initial release of dotnet core commands

Author: Matija Ramšak

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft