Enigmatry.Entry.Scheduler 9.1.1-preview.5

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

Scheduler Building Block

Building Block with startup extensions for a scheduler webjob using Quartz jobs.

Registration

You can use the AddEntryQuartz extension method on IServiceCollection to add a Quartz hosted service to th IoC container. This extension method will also configure Quartz and dynamicall add all the jobs from your scheduler project:

 public void ConfigureServices(IServiceCollection services)
    {
        ...
        services.AddEntryQuartz(context.Configuration, Assembly.GetExecutingAssembly());
    }

This wil scan your currently executing assembly for all types that match the Quartz jobs that are configured in the appSettings, and provide them to Quartz as a job to be run.

Add application insights

  • Install the Microsoft.ApplicationInsights.WorkerService package.

  • Add services.AddApplicationInsightsTelemetryWorkerService(); to the ConfigureServices() method

  • In the AddEntryQuartz extension method, use AddEntryApplicationInsights() to register job listener for application insights, as in the example:

services.AddEntryQuartz(configuration, Assembly.GetExecutingAssembly(), logger, quartz =>
    {
        quartz.AddEntryApplicationInsights();
    });

services.AddApplicationInsightsTelemetryWorkerService();

Configuration

Example:

  "App": {
    
      "Scheduling": {
        "Host": {
          "quartz.scheduler.instanceName": "Enigmatry.Entry.Scheduler"
        },
        "Jobs": {
          "ExampleScheduledJob": {
            "Cronex": "0 * 0/10 * * ?",
            "RunOnStartup": true
          }
        }
      },
    },

For more documentation on configuring Quartz and Cron expressions: https://www.quartz-scheduler.net/documentation/quartz-3.x/configuration/reference.html#quartz-net-configuration-reference

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.

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
9.1.1-preview.5 140 8/8/2025
9.1.1-preview.4 89 6/27/2025
9.1.1-preview.3 118 6/4/2025
9.1.0 155 6/3/2025
9.0.1-preview.8 132 5/26/2025
9.0.1-preview.7 211 5/13/2025
9.0.1-preview.6 216 5/9/2025
9.0.1-preview.5 145 5/7/2025
9.0.1-preview.4 119 4/30/2025
9.0.1-preview.2 127 4/1/2025
9.0.0 460 2/26/2025
8.1.1-preview.3 119 5/7/2025
8.1.1-preview.1 126 4/1/2025
8.1.0 387 2/19/2025
8.0.1-preview.4 281 2/7/2025
8.0.1-preview.2 57 1/15/2025
8.0.0 694 11/27/2024
3.4.6-preview.10 67 11/27/2024
3.4.3 456 10/22/2024
3.4.2 472 10/11/2024
3.4.1 135 10/9/2024
3.4.0 117 10/9/2024
3.3.2 278 8/28/2024
3.3.2-preview.7 91 8/27/2024
3.3.1 307 7/16/2024
3.3.1-preview.4 74 7/12/2024
3.3.0 1,124 6/20/2024
3.2.1-preview.4 74 6/17/2024
3.2.1-preview.1 77 5/23/2024
3.2.0 345 4/3/2024
3.1.1-preview.1 73 3/13/2024
3.1.0 224 3/8/2024
3.1.0-preview.2 84 2/19/2024
3.0.1-preview.2 910 2/9/2024
3.0.1-preview.1 103 1/24/2024
3.0.0 227 1/15/2024
3.0.0-preview.14 78 1/9/2024
3.0.0-preview.12 74 1/9/2024
3.0.0-preview.5 86 1/10/2024
3.0.0-preview.2 99 12/28/2023
3.0.0-preview 123 12/20/2023
2.1.0 185 12/28/2023
2.0.1-preview.3 109 12/1/2023
2.0.1-preview.2 91 11/29/2023
2.0.1-preview.1 83 11/28/2023
2.0.0 198 11/8/2023
2.0.0-preview.3 106 10/27/2023
2.0.0-preview.2 86 10/27/2023
2.0.0-preview.1 94 10/27/2023
2.0.0-preview 144 10/27/2023
1.1.500 149 10/27/2023
1.1.495 178 9/24/2023
1.1.486 186 9/13/2023
1.1.484 177 9/7/2023
1.1.482 164 9/6/2023
1.1.480 167 8/24/2023
1.1.477 210 8/2/2023
1.1.464 202 7/5/2023
1.1.447 194 5/26/2023
1.1.396 233 4/11/2023
1.1.383 229 4/3/2023
1.1.377 267 3/13/2023
1.1.376 246 3/13/2023
1.1.365 269 2/15/2023