![]() |
VOOZH | about |
dotnet add package WoW2.Sdk.Backend.Beta --version 10.0.25-beta
NuGet\Install-Package WoW2.Sdk.Backend.Beta -Version 10.0.25-beta
<PackageReference Include="WoW2.Sdk.Backend.Beta" Version="10.0.25-beta" />
<PackageVersion Include="WoW2.Sdk.Backend.Beta" Version="10.0.25-beta" />Directory.Packages.props
<PackageReference Include="WoW2.Sdk.Backend.Beta" />Project file
paket add WoW2.Sdk.Backend.Beta --version 10.0.25-beta
#r "nuget: WoW2.Sdk.Backend.Beta, 10.0.25-beta"
#:package WoW2.Sdk.Backend.Beta@10.0.25-beta
#addin nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.25-beta&prereleaseInstall as a Cake Addin
#tool nuget:?package=WoW2.Sdk.Backend.Beta&version=10.0.25-beta&prereleaseInstall as a Cake Tool
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.
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.
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)
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. |
This package is not used by any NuGet packages.
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 |