Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>.NET Core ToolsNew to Visual Studio Code? Get it now.

.NET Core Tools

Jun Han

|
429,603 installs
| (5) | Free
Fast way to build, run and test .NET Core (C#, F#) project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

.NET Core Tools

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

Prerequisites

  • .NET Core is installed

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.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft