Skip to main content
Sharpnado.TaskMonitor package icon

Sharpnado.TaskMonitor

Free yourself from async void! TaskMonitor is a task wrapper component helping you to deal with "fire and forget" Task (non awaited task) by implementing async/await best practices. Featuring: * Safe execution of your non awaited tasks * Delegates for all states of the loaded task * Builder pattern for more elegant construction and deferred execution * Support for task with result * Default handling of errors and statistics * Global configuration for statistics and errors handler * Consider globally or locally the cancel state as faulted to simplify your workflow

Total Downloads
1.2M
1,248,899
Published
Aug 11, 2025
Latest stable version

Install

.NET CLI
dotnet add package Sharpnado.TaskMonitor --version 1.1.0
Package Manager Console
Install-Package Sharpnado.TaskMonitor -Version 1.1.0
PackageReference
<PackageReference Include="Sharpnado.TaskMonitor" Version="1.1.0" />

Frameworks

net9.0

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.