Beckett.Dashboard
0.23.0
dotnet add package Beckett.Dashboard --version 0.23.0
NuGet\Install-Package Beckett.Dashboard -Version 0.23.0
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="Beckett.Dashboard" Version="0.23.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Beckett.Dashboard" Version="0.23.0" />
<PackageReference Include="Beckett.Dashboard" />
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 Beckett.Dashboard --version 0.23.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Beckett.Dashboard, 0.23.0"
#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 Beckett.Dashboard@0.23.0
#: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=Beckett.Dashboard&version=0.23.0
#tool nuget:?package=Beckett.Dashboard&version=0.23.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Beckett
Building blocks for event sourcing and message-based applications:
- Subscriptions - subscribe to messages and process them in order
- Message handlers, projections, etc... - add asynchronous, event-driven behavior to your applications
- Horizontal scalability - use auto-scaling to have multiple nodes processing messages in parallel
- Retries - built-in retry support when errors occur
- Scheduled Messages - schedule messages to be sent at a future time with cancellation support
- Open Telemetry - built-in support to provide tracing and metrics
- Dashboard - browse messages, retry failures, and more
- Bring Your Own Message Store - Beckett provides a simple Postgres-based message store or use your own by implementing
the
IMessageStorageinterface
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.0
- Beckett (>= 0.23.0)
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 |
|---|---|---|
| 0.23.0 | 345 | 12/4/2025 |
| 0.22.0 | 447 | 11/18/2025 |
| 0.21.5 | 630 | 10/27/2025 |
| 0.21.4 | 220 | 10/27/2025 |
| 0.21.3 | 279 | 8/27/2025 |
| 0.21.2 | 1,417 | 8/9/2025 |
| 0.21.1 | 223 | 8/8/2025 |
| 0.21.0 | 275 | 8/8/2025 |
| 0.20.13 | 279 | 8/7/2025 |
| 0.20.12 | 295 | 8/7/2025 |
| 0.20.11 | 771 | 7/16/2025 |
| 0.20.10 | 196 | 7/15/2025 |
| 0.20.9 | 268 | 7/11/2025 |
| 0.20.8 | 195 | 7/2/2025 |
| 0.20.7 | 214 | 6/29/2025 |
| 0.20.6 | 1,256 | 6/18/2025 |
| 0.20.5 | 236 | 6/17/2025 |
| 0.20.4 | 606 | 6/5/2025 |
| 0.20.3 | 207 | 6/5/2025 |
| 0.20.2 | 226 | 6/5/2025 |
Loading failed