Skip to content

Extension allows you to run dotnet commands from VSCode command panel with default logging. Commands are sorted into categories and include NuGet package manager, SKD commands and migrations. They are run in terminal if continous.

License

Notifications You must be signed in to change notification settings

matijarmk/dotnet-core-commands

Repository files navigation

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!

About

Extension allows you to run dotnet commands from VSCode command panel with default logging. Commands are sorted into categories and include NuGet package manager, SKD commands and migrations. They are run in terminal if continous.

Resources

License

Stars

Watchers

Forks

Packages

No packages published