formulahendry / vscode-dotnet

.NET Core Tools for Visual Studio Code

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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.

test-explorer

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.

About

.NET Core Tools for Visual Studio Code

https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet


Languages

Language:TypeScript 100.0%