Spinneret.Queue
1.0.0-alpha.9
dotnet add package Spinneret.Queue --version 1.0.0-alpha.9
NuGet\Install-Package Spinneret.Queue -Version 1.0.0-alpha.9
<PackageReference Include="Spinneret.Queue" Version="1.0.0-alpha.9" />
<PackageVersion Include="Spinneret.Queue" Version="1.0.0-alpha.9" />
<PackageReference Include="Spinneret.Queue" />
paket add Spinneret.Queue --version 1.0.0-alpha.9
#r "nuget: Spinneret.Queue, 1.0.0-alpha.9"
#:package Spinneret.Queue@1.0.0-alpha.9
#addin nuget:?package=Spinneret.Queue&version=1.0.0-alpha.9&prerelease
#tool nuget:?package=Spinneret.Queue&version=1.0.0-alpha.9&prerelease
Spinneret
Spin up your .NET app.
A spinneret is the organ a spider uses to spin its web — different silks for different jobs, woven together. Spinneret is that organ for .NET: small, sharply focused packages that spin the threads a serious application hangs from.
| Package | What it spins |
|---|---|
Spinneret.Functional |
Result / Either with Match/Map/Bind combinators and an awaitable TaskResult |
Spinneret.Mediator |
Request dispatch with declarative, tag-invalidated caching and pipeline behaviors |
Spinneret.Parsing |
Parse-don't-validate boundaries with localizable property errors |
Spinneret.Queue |
Durable command queue — the app owns the retry policy per command |
Spinneret.Queue.Gcp |
Google Cloud Tasks transport with OIDC-authenticated dispatch |
Spinneret.Queue.Mssql |
SQL Server transport with transactional enqueue and polling workers |
Spinneret.Queue.Firestore |
Firestore-backed dead-letter store for any queue transport |
Spinneret.Scheduler |
Recurring jobs declared in code, installed idempotently at startup |
Spinneret.Scheduler.Firestore |
Firestore-backed scheduling with transactional dispatch |
Spinneret.Scheduler.Http |
HTTP trigger that sweeps due jobs once per request |
Spinneret.Scheduler.Mssql |
SQL Server-backed scheduling with transactional dispatch |
Spinneret.ViewModel |
MVVM for Blazor: typed two-way bindings with validation state |
Spinneret.View |
Blazor views that resolve their view model from DI |
Spinneret.View.Server |
Blazor Server host support for Spinneret.View |
Errors are values. Boundaries parse, they don't validate. Your app owns its behavior — a typo fails the host at boot, not a delivery at 2 a.m. Infrastructure is a seam.
Full documentation, examples, and the rest of the web: github.com/spinneret-net/spinneret
MIT licensed. Spin freely.
| Product | Versions 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. |
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Spinneret.Functional (>= 1.0.0-alpha.9)
- Spinneret.Mediator (>= 1.0.0-alpha.9)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Spinneret.Queue:
| Package | Downloads |
|---|---|
|
Spinneret.Queue.Gcp
Google Cloud Tasks transport for Spinneret.Queue, with an OIDC-authenticated dispatch endpoint. |
|
|
Spinneret.Queue.Mssql
SQL Server transport for Spinneret.Queue: transactional enqueue and dequeue in the application database, with polling workers, retries and dead-lettering. |
|
|
Spinneret.Scheduler.Mssql
SQL Server scheduler for Spinneret: durable recurring jobs and transactional one-shot jobs stored in the application database, dispatched onto the SQL Server queue. |
|
|
Spinneret.Scheduler.Firestore
Firestore-backed implementation of Spinneret.Scheduler with transactional dispatch, usable behind any queue transport. |
|
|
Spinneret.Queue.Firestore
Firestore-backed dead-letter store for Spinneret.Queue, usable behind any queue transport. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-alpha.9 | 156 | 8/20/2026 |
| 1.0.0-alpha.8 | 93 | 8/19/2026 |
| 1.0.0-alpha.7 | 91 | 8/16/2026 |
| 1.0.0-alpha.6 | 86 | 8/15/2026 |
| 1.0.0-alpha.5 | 74 | 8/15/2026 |
| 1.0.0-alpha.4 | 80 | 8/13/2026 |
| 1.0.0-alpha.3 | 71 | 8/13/2026 |
| 1.0.0-alpha.2 | 75 | 8/12/2026 |
| 1.0.0-alpha.1 | 75 | 8/11/2026 |