dotnet
CLI tooling.3.0.100-preview6-012264
SDK installed.Starcounter.3.0.0-alpha-20190701
.StarcounterConsoleSample
folder.nuget.config
file and add required package sources:local
, points to the Starcounter binaries folder.Starcounter
, points to https://www.myget.org/F/starcounter/api/v2
.Tools → Options → NuGet Package Manager → Package Sources
menu then add local
and Starcounter
feeds.[Starcounter.3.0.0-alpha-20190701]
value with actual path to the folder with unzipped Starcounter binaries.Program.cs
file with the following:Startup.cs
class with the following:StarcounterConsoleSample/.stardata
folder.code ./
).Ctrl + F5
to start the application.Tools → Options
and enter "preview" in the search box.Environment → Preview Features
check Use previews of the .NET Core SDK
and restart Visual Studio.StarcounterConsoleSample.csproj
from Visual Studio.Project properties → Debug → Working directory
to the path of the project. E.g. C:\StarcounterSamples\StarcounterConsoleSample
.Ctrl + F5
to start the application..csproj
file by adding the following:dotnet star new
and dotnet star start
commands..stardata
folder..
) in the application name. For example app may use CompanyApplication
as it's name, but Company.Application
is not supported.Starcounter.Nova
to just Starcounter
.abstract
to reduce memory footprint when compared to virtual
. Support for virtual
properties might be removed in the future.dotnet pack
and publishing with dotnet publish
are not yet implemented for applications which use Starcounter database.