A Visual Studio extension that assist in development and debugging of Starcounter applications. Contain project- and item templates and support the extension to be installed and uninstalled using a VSIX package.
This extension requires StarcounterBin
user level environment variable to point to the Starcounter installation folder.
git clone https://github.com/Starcounter/Starcounter.VisualStudio.git
src\Starcounter.VisualStudio.sln
.Starcounter.VS.VSIX
and open file source.extension.vsixmanifest
.1.0.x
Release
and build the Solution
.bin\Release\
Starcounter.VS.vsix
.build\version.txt
.1.0.X
.Starcounter.VisualStudio
and enter:
pushd build
pack.bat
by entering:
.\pack.bat
Starcounter.VisualStudio\artifacts
set PATH=%PATH%;C:\nuget
where "c:\nuget" is the path to the nuget.exe.
StarcounterNuGetKeyFull
in order to publish, ask for the Key to UrbanStar
team.set StarcounterNuGetKeyFull="xxxx"
.\pack_and_push.bat
VS Marketplace
UrbanStar
team if you don't have the credentials.Starcounter
.Starcounter for Visual Studio
.Manage
link at the top right corner.(...)
found in front of the extension name and choose Edit
.Upload extension
section click on the pencil icon
and choose the Starcounter.VS.vsix
file found under the directory bin\Release\
.
The the version number that you want to upload should appear in the version number
field on the same window.Save & upload
button found at the bottom of the window.