WoW2.Sdk.Backend.Beta 10.0.39-beta

Prefix Reserved
This is a prerelease version of WoW2.Sdk.Backend.Beta.
dotnet add package WoW2.Sdk.Backend.Beta --version 10.0.39-beta
                    
NuGet\Install-Package WoW2.Sdk.Backend.Beta -Version 10.0.39-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.39-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.39-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.39-beta
                    
#r "nuget: WoW2.Sdk.Backend.Beta, 10.0.39-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.39-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.39-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.39-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 folder lead doc {folder}.md / *.spec.md / *.standard.md in its folder as documentation (lead doc is {folder}.md, never a sub-folder README.md).

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 (2)

Showing the top 2 NuGet packages that depend on WoW2.Sdk.Backend.Beta:

Package Downloads
WoW2.Sdk.Backend.Beta.Testing.Data

WoW Two backend SDK data-tier test helpers (beta-forever) — bespoke-migrator harness, drop-schema migrator fixture, EF provider-swap, and no-op migrator wiring. References core + EF; reference from test projects only.

WoW2.Sdk.Backend.Beta.Testing.Integrations

WoW Two backend SDK integration-client test doubles (beta-forever) — configurable FakeGitHubClient and FakeContainerRegistryClient implementing the SDK's IGitHubClient / IContainerRegistryClient. Canned per-call outcomes, per-tag image existence, toggleable failure paths. References core; reference from test projects only.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.39-beta 0 6/24/2026
10.0.38-beta 43 6/23/2026
10.0.37-beta 40 6/23/2026
10.0.36-beta 41 6/23/2026
10.0.35-beta 47 6/23/2026
10.0.34-beta 51 6/22/2026
10.0.33-beta 49 6/22/2026
10.0.32-beta 54 6/22/2026
10.0.31-beta 57 6/21/2026
10.0.30-beta 49 6/21/2026
10.0.29-beta 47 6/21/2026
10.0.28-beta 56 6/21/2026
10.0.27-beta 66 6/20/2026
10.0.26-beta 50 6/20/2026
10.0.25-beta 55 6/18/2026
10.0.24-beta 55 6/17/2026
10.0.23-beta 52 6/16/2026
10.0.22-beta 60 6/14/2026
10.0.21-beta 68 6/10/2026
10.0.20-beta 54 6/10/2026
Loading failed