Novolis Docs
novolis-gaming / getting-started.md

Getting started

dotnetgamedevnovolis

Prerequisites

Clone and build

git clone https://github.com/Novolis-Platform/novolis-gaming.git
cd novolis-gaming
dotnet restore
dotnet build Novolis.Gaming.slnx
dotnet test tests/Novolis.Gaming.Unit

Consume from GPR

dotnet add package Novolis.Game.Identity.Abstractions --version 2026.1.*

Restore uses nuget.org + https://nuget.pkg.github.com/Novolis-Platform/index.json only.

Sibling checkout

When cloned under d:\novolis\ next to novolis-governance, MSBuild imports documentation and GPR props automatically. Cross-repo references remain PackageReference only in consumers.