TickerQ.Utilities 10.1.1

dotnet add package TickerQ.Utilities --version 10.1.1
                    
NuGet\Install-Package TickerQ.Utilities -Version 10.1.1
                    
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="TickerQ.Utilities" Version="10.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TickerQ.Utilities" Version="10.1.1" />
                    
Directory.Packages.props
<PackageReference Include="TickerQ.Utilities" />
                    
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 TickerQ.Utilities --version 10.1.1
                    
#r "nuget: TickerQ.Utilities, 10.1.1"
                    
#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 TickerQ.Utilities@10.1.1
                    
#: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=TickerQ.Utilities&version=10.1.1
                    
Install as a Cake Addin
#tool nuget:?package=TickerQ.Utilities&version=10.1.1
                    
Install as a Cake Tool

TickerQ.Utilities

Simple utilities for queuing and executing cron/time-based jobs in the background.
Part of the TickerQ suite by Arcenox.


📦 Installation

dotnet add package TickerQ.Utilities
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on TickerQ.Utilities:

Package Downloads
TickerQ

A lightweight, developer-friendly library for queuing and executing cron and time-based jobs in the background.

TickerQ.EntityFrameworkCore

Entity Framework Core integration for scheduling and persisting cron/time-based jobs using TickerQ.

TickerQ.Dashboard

Dashboard UI for visualizing and monitoring TickerQ scheduled jobs.

TickerQ.Instrumentation.OpenTelemetry

OpenTelemetry instrumentation package for TickerQ job scheduler with distributed tracing support

TickerQ.Caching.StackExchangeRedis

Redis caching and distributed synchronization provider for TickerQ job scheduler using StackExchange.Redis

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.1 1,070 2/10/2026
10.1.0 517 2/9/2026
10.1.0-beta 127 2/9/2026
10.0.5.2-beta 122 2/9/2026
10.0.5.1-beta 125 2/9/2026
10.0.5-beta 128 2/9/2026
10.0.4-beta 129 2/9/2026
10.0.3-beta 166 2/5/2026
10.0.2 33,605 12/10/2025
10.0.1 8,126 11/27/2025
9.1.1 210 2/10/2026
9.1.0 158 2/9/2026
9.1.0-beta 131 2/9/2026
9.0.2 5,659 12/10/2025
9.0.1 4,508 11/27/2025
8.1.1 159 2/10/2026
8.1.0 228 2/9/2026
8.1.0-beta 144 2/9/2026
8.0.2 5,409 12/10/2025
8.0.1 2,884 11/27/2025
Loading failed