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
Usage
Simply hit CMD/CTRL + Shift + P or Press F1
type dotnet
Features
Specific feature descriptions.
By writing dotnet, all command categories become displayed.
Commands for creating, running and building dotnet core projects plus so much more.
NuGet package management. Removing and adding latest NuGet packages has never been easier.
We also support EntityFrameworkCore migrations, so you don't have to bother with remembering commands anymore.
Requirements
.NET Core SDK installation on your system from microsoft
Added DotNetCliToolReference on *.csproj
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.0" /> current version