WoW2.Sdk.Backend.Beta 10.0.21-beta

Prefix Reserved
This is a prerelease version of WoW2.Sdk.Backend.Beta.
dotnet add package WoW2.Sdk.Backend.Beta --version 10.0.21-beta
                    
NuGet\Install-Package WoW2.Sdk.Backend.Beta -Version 10.0.21-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WoW2.Sdk.Backend.Beta" Version="10.0.21-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WoW2.Sdk.Backend.Beta" Version="10.0.21-beta" />
                    
Directory.Packages.props
<PackageReference Include="WoW2.Sdk.Backend.Beta" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WoW2.Sdk.Backend.Beta --version 10.0.21-beta
                    
#r "nuget: WoW2.Sdk.Backend.Beta, 10.0.21-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WoW2.Sdk.Backend.Beta@10.0.21-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.21-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.21-beta&prerelease
                    
Install as a Cake Tool

WoW.Two.Sdk.Backend.Beta

Beta-forever .NET 9 backend SDK — one class library, divided by folders. Foundation, observability, web, mediator, identity, and data concerns ship in a single package.

Why a mono-lib

Granular per-concern packages cost a create-csproj → wire-references → build-graph → version-bump cycle on every change. This package collapses that: one build, one push, fast iteration. The folder tree under src/ is the division (data/dapper/, foundation/errors/, identity/jwt/, …); namespaces are unchanged (WoW.Two.Sdk.Backend.Beta.Data.Dapper, etc.).

Granular packages return once the surface is mature and saturated. Cost accepted until then: a large transitive closure (every DB driver, OpenTelemetry, Serilog, …).

Test helpers ship separately as WoW.Two.Sdk.Backend.Beta.Testing so xUnit / Testcontainers never enter a production reference.

Layout

src/
├── WoW.Two.Sdk.Backend.Beta.csproj   ← this lib (globs every shipping folder)
├── foundation/  observability/  web/  mediator/  identity/  data/
└── testing/                          ← separate mono-lib (test helpers)

Build

cd src
dotnet restore WoW.Two.Sdk.Backend.Beta.slnx -m:1
MSBUILDDISABLENODEREUSE=1 dotnet build WoW.Two.Sdk.Backend.Beta.slnx --no-restore -m:1

Each concern keeps its own README.md / *.spec.md / *.standard.md in its folder as documentation.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.21-beta 39 6/10/2026
10.0.20-beta 35 6/10/2026
10.0.19-beta 38 6/9/2026
10.0.18-beta 38 6/9/2026