![]() |
VOOZH | about |
dotnet add package Nabs.Launchpad.Ui.Shell --version 10.0.249
NuGet\Install-Package Nabs.Launchpad.Ui.Shell -Version 10.0.249
<PackageReference Include="Nabs.Launchpad.Ui.Shell" Version="10.0.249" />
<PackageVersion Include="Nabs.Launchpad.Ui.Shell" Version="10.0.249" />Directory.Packages.props
<PackageReference Include="Nabs.Launchpad.Ui.Shell" />Project file
paket add Nabs.Launchpad.Ui.Shell --version 10.0.249
#r "nuget: Nabs.Launchpad.Ui.Shell, 10.0.249"
#:package Nabs.Launchpad.Ui.Shell@10.0.249
#addin nuget:?package=Nabs.Launchpad.Ui.Shell&version=10.0.249Install as a Cake Addin
#tool nuget:?package=Nabs.Launchpad.Ui.Shell&version=10.0.249Install as a Cake Tool
Nabs.Launchpad.Ui.Shell provides lightweight, global loading-state messaging for Blazor-based Launchpad UI flows.
dotnet add package Nabs.Launchpad.Ui.Shell
// 1) Components manage loading indicators independently
// 2) Long-running operations forget to clear UI busy state on failure
// 3) Tight coupling between pages and shared loading overlays
LoadingServiceLoadingStateMessageStart, Stop, Spin) for calling codeLoadingService.Start();
try
{
await DoWorkAsync();
}
finally
{
LoadingService.Stop();
}
Ensure your Blazor app has IMessenger registered (for example via CommunityToolkit.Mvvm messenger setup).
LoadingService.cs - static loading state APILoadingStateMessage.cs - message payload used by UI subscribersCopyright (c) Net Advantage Business Solutions.
| 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. |
Showing the top 3 NuGet packages that depend on Nabs.Launchpad.Ui.Shell:
| Package | Downloads |
|---|---|
|
Nabs.Launchpad.Core.ViewModels
Package Description |
|
|
Nabs.Launchpad.Ui.Shell.Blazor.Sf
Package Description |
|
|
Nabs.Launchpad.Core.Portal
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 10.0.249 | 126 | 6/6/2026 | |
| 10.0.248 | 131 | 6/6/2026 | |
| 10.0.247 | 123 | 6/6/2026 | |
| 10.0.246 | 132 | 6/6/2026 | |
| 10.0.242 | 123 | 6/4/2026 | |
| 10.0.241 | 124 | 6/4/2026 | |
| 10.0.240 | 125 | 6/4/2026 | |
| 10.0.239 | 131 | 6/3/2026 | |
| 10.0.234 | 128 | 5/31/2026 | |
| 10.0.233 | 132 | 5/31/2026 | |
| 10.0.232 | 119 | 5/30/2026 | |
| 10.0.230 | 126 | 5/30/2026 | |
| 10.0.229 | 120 | 5/30/2026 | |
| 10.0.228 | 128 | 5/30/2026 | |
| 10.0.226 | 149 | 4/26/2026 | |
| 10.0.221 | 139 | 2/3/2026 | |
| 10.0.220 | 149 | 1/14/2026 | |
| 10.0.219 | 149 | 1/5/2026 | |
| 10.0.218 | 153 | 1/4/2026 | |
| 10.0.217 | 169 | 1/4/2026 | 10.0.217 is deprecated because it is no longer maintained. |