vscode-dotnet

.NET Core Tools for Visual Studio Code

Stars
14
Committers
3

.NET Core Tools

Fast way to build, run and test .NET Core (C#, F#) project

Prerequisites

Usage

  • Open a .NET Core project, right click on a .csproj, .fsproj or .sln file, and run .NET Core command from context menu.

Telemetry data

By default, anonymous telemetry data collection is turned on to understand user behavior to improve this extension. To disable it, update the settings.json as below:

{
    "dotnet.enableTelemetry": false
}

Change Log

See Change Log here

Issues

Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please submit the issues to the GitHub Repo.