Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/formulahendry/vscode-dotnet
- Owner: formulahendry
- Created: 2017-11-20T08:41:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T04:09:03.000Z (about 1 year ago)
- Last Synced: 2024-11-01T14:36:59.337Z (12 days ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet
- Size: 88.9 KB
- Stars: 14
- Watchers: 6
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.