VOOZH about

URL: https://www.nuget.org/packages/DotNetWorkQueue.Dashboard.Ui/

⇱ NuGet Gallery | DotNetWorkQueue.Dashboard.Ui 0.9.38




DotNetWorkQueue.Dashboard.Ui 0.9.38

dotnet add package DotNetWorkQueue.Dashboard.Ui --version 0.9.38
 
 
NuGet\Install-Package DotNetWorkQueue.Dashboard.Ui -Version 0.9.38
 
 
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="DotNetWorkQueue.Dashboard.Ui" Version="0.9.38" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetWorkQueue.Dashboard.Ui" Version="0.9.38" />
 
Directory.Packages.props
<PackageReference Include="DotNetWorkQueue.Dashboard.Ui" />
 
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 DotNetWorkQueue.Dashboard.Ui --version 0.9.38
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DotNetWorkQueue.Dashboard.Ui, 0.9.38"
 
 
#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 DotNetWorkQueue.Dashboard.Ui@0.9.38
 
 
#: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=DotNetWorkQueue.Dashboard.Ui&version=0.9.38
 
Install as a Cake Addin
#tool nuget:?package=DotNetWorkQueue.Dashboard.Ui&version=0.9.38
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

DotNetWorkQueue.Dashboard.Ui

Blazor Server dashboard UI for monitoring and managing DotNetWorkQueue queues.

Features

  • Real-time queue status monitoring
  • Message listing with filtering and sorting
  • Message detail views (body, headers, errors)
  • Error management: requeue individual or all error messages
  • Stale message reset
  • Message body editing
  • Dark theme using MudBlazor
  • Optional login with SHA256 hashed password
  • Can run standalone or embedded in a host application
  • Targets .NET 10.0, .NET 8.0

Installation

dotnet add package DotNetWorkQueue.Dashboard.Ui

Quick Start

The Dashboard UI connects to the Dashboard API via HTTP. Configure the API base URL in appsettings.json:

{
 "DashboardApi": {
 "BaseUrl": "https://localhost:5001"
 }
}

Documentation

License

LGPL-2.1-or-later

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  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
0.9.38 103 6/4/2026
0.9.37 108 5/28/2026
0.9.36 94 5/16/2026
0.9.35 129 4/23/2026
0.9.34 106 4/20/2026
0.9.32 118 4/16/2026
0.9.31 115 4/9/2026
0.9.30 103 4/8/2026
0.9.18 110 4/6/2026
0.9.16 107 4/3/2026
0.9.15 104 4/3/2026
0.9.14 105 4/3/2026
0.9.13 117 3/30/2026
0.9.12 116 3/29/2026
0.9.11 108 3/26/2026
0.9.10 113 3/20/2026
0.9.9 104 3/20/2026
0.9.8 113 3/17/2026
0.9.7 110 3/17/2026
0.9.6 146 3/17/2026
Loading failed