WoW2.Sdk.Backend.Beta 10.0.55-beta

Prefix Reserved
This is a prerelease version of WoW2.Sdk.Backend.Beta.
dotnet add package WoW2.Sdk.Backend.Beta --version 10.0.55-beta
                    
NuGet\Install-Package WoW2.Sdk.Backend.Beta -Version 10.0.55-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.55-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.55-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.55-beta
                    
#r "nuget: WoW2.Sdk.Backend.Beta, 10.0.55-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.55-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.55-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.55-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 (3)

Showing the top 3 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.

WoW2.Sdk.Backend.Beta.Testing.Messaging

WoW Two backend SDK messaging test harness (beta-forever) — MessagingTestHarness with published / consumed / faulted / dead-lettered assertions over the observer seam, plus an idle-wait primitive that replaces polling sleeps; and SagaTestHarness with state, transition, timeout and optimistic-concurrency assertions over a state-machine saga. 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.55-beta 135 2026/9/1
10.0.54-beta 128 2026/8/23
10.0.53-beta 129 2026/7/27
10.0.52-beta 129 2026/7/22
10.0.51-beta 125 2026/7/20
10.0.50-beta 100 2026/7/10
10.0.49-beta 109 2026/7/10
10.0.48-beta 106 2026/7/10
10.0.47-beta 115 2026/7/9
10.0.46-beta 109 2026/7/9
10.0.45-beta 107 2026/7/8
10.0.44-beta 130 2026/7/7
10.0.43-beta 108 2026/7/5
10.0.42-beta 118 2026/7/4
10.0.41-beta 110 2026/6/29
10.0.40-beta 127 2026/6/25
10.0.39-beta 91 2026/6/24
10.0.38-beta 85 2026/6/23
10.0.37-beta 91 2026/6/23
10.0.36-beta 87 2026/6/23
Loading failed