Skip to content
Menu

Build SDK

Preview

Convention-driven MSBuild SDK for .NET project defaults.

central-package-management code-style csharp developer-experience developer-tooling devex dotnet msbuild msbuild-sdk nuget project-templates roslyn roslyn-analyzers roslyn-generators tunit xunit

Overview

A reusable MSBuild SDK NuGet package that delivers standardised .NET project defaults, code-style enforcement, test-framework wiring, and Central Package Management integration. Install it once per repo; every project beneath the repo root inherits everything automatically.

From the repository: A reusable MSBuild SDK providing convention-driven .NET project defaults, code style, analyzers, testing frameworks, package management, and agent tooling.

Packages

Package Stable Prerelease Downloads
Purview.BuildSdk 1.0.0-prerelease.56

Install

Pin the SDK for the whole repository.

{
  "msbuild-sdks": {
    "Purview.BuildSdk": "1.0.0-prerelease.56"
  }
}