Fast way to build, run and test .NET Core (C#, F#) project
- .NET Core is installed
- Open a .NET Core project, right click on a
.csproj
,.fsproj
or.sln
file, and run .NET Core command from context menu.
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
}
See Change Log here
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.