Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formulahendry/vscode-dotnet

.NET Core Tools for Visual Studio Code
https://github.com/formulahendry/vscode-dotnet

Last synced: 5 days ago
JSON representation

.NET Core Tools for Visual Studio Code

Awesome Lists containing this project

README

        

# .NET Core Tools

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

## Prerequisites

* [.NET Core](https://www.microsoft.com/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](images/usage.png)

## 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:
```json
{
"dotnet.enableTelemetry": false
}
```

## Change Log

See Change Log [here](CHANGELOG.md)

## 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](https://github.com/formulahendry/vscode-dotnet/issues) to the GitHub Repo.