Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doggy8088/chocolatey-vscode-netcore-extension-pack
Popular Visual Studio Code extensions for .NET Core Development
https://github.com/doggy8088/chocolatey-vscode-netcore-extension-pack
netcore vscode vsode-extension
Last synced: about 1 month ago
JSON representation
Popular Visual Studio Code extensions for .NET Core Development
- Host: GitHub
- URL: https://github.com/doggy8088/chocolatey-vscode-netcore-extension-pack
- Owner: doggy8088
- License: mit
- Created: 2021-06-10T05:50:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T06:03:04.000Z (over 3 years ago)
- Last Synced: 2024-12-19T22:55:25.440Z (about 1 month ago)
- Topics: netcore, vscode, vsode-extension
- Language: PowerShell
- Homepage: https://marketplace.visualstudio.com/items?itemName=doggy8088.netcore-extension-pack
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
## .NET Core Extension Pack for Visual Studio Code
This extension pack packages some of the most popular (and some of my favorite) **.NET Core** related extensions. If you like it, please leave your `Rating & Review` and share with your friends. If you have any idea on how to improve this extension pack, I'm looking forwarded to hear from you. Just [let me know](https://github.com/doggy8088/netcore-extension-pack/issues) your awesome ideas! 😊
### How to build package
```sh
choco pack
```### How to test install locally
```sh
choco install vscode-netcore-extension-pack -d -s .
```### How to test uninstall locally
```sh
choco uninstall vscode-netcore-extension-pack -d -s .
```### How to update this package
1. Edit `vscode-netcore-extension-pack.nuspec`
* Update ``
* Update `` (reference from [here](https://raw.githubusercontent.com/go-gitea/gitea/master/CHANGELOG.md))2. Test install
```sh
choco pack
choco install vscode-netcore-extension-pack -d -s . -y
choco uninstall vscode-netcore-extension-pack -d -s . -y
```3. Publish to Chocolatey Gallery
```sh
choco push vscode-netcore-extension-pack.X.Y.Z.nupkg --source https://push.chocolatey.org/ --apikey YourChocolateyApiKey
```