VOOZH about

URL: https://www.nuget.org/packages/WoW2.Sdk.Backend.Beta/

⇱ NuGet Gallery | WoW2.Sdk.Backend.Beta 10.0.25-beta




WoW2.Sdk.Backend.Beta 10.0.25-beta

Prefix Reserved
This is a prerelease version of WoW2.Sdk.Backend.Beta.
dotnet add package WoW2.Sdk.Backend.Beta --version 10.0.25-beta
 
 
NuGet\Install-Package WoW2.Sdk.Backend.Beta -Version 10.0.25-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.25-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.25-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.25-beta
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WoW2.Sdk.Backend.Beta, 10.0.25-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.25-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.25-beta&prerelease
 
Install as a Cake Addin
#tool nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.25-beta&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.25-beta 0 6/18/2026
10.0.24-beta 35 6/17/2026
10.0.23-beta 39 6/16/2026
10.0.22-beta 55 6/14/2026
10.0.21-beta 65 6/10/2026
10.0.20-beta 46 6/10/2026
10.0.19-beta 52 6/9/2026
10.0.18-beta 49 6/9/2026