Getting Started

Installation

Installing xtraq and basic requirements.

Prerequisites

  • .NET SDK 8.0 or newer (the CLI ships targets for net8.0 and net10.0)
  • Access to a SQL Server instance
  • Git (optional, but recommended for project integration)

Global Installation

dotnet tool install --global xtraq

Update:

dotnet tool update --global xtraq

Check version:

xtraq version

Local (project-bound) Installation

dotnet new tool-manifest
dotnet tool install xtraq

Execute (local):

dotnet tool run xtraq version

Next Step

Continue to Quickstart.