lahma
NuGet publisher profile
Packages (22)
Quartz
Quartz.NET job scheduler - cron, calendar and interval triggers, clustering over a persistent job store, and Microsoft.Extensions hosting, logging, options and dependency injection throughout. The core package: everything else builds on this one.
Quartz.Extensions.DependencyInjection
Folded into Quartz in 4.0: AddQuartz, QuartzOptions and the rest live in the Quartz package now. This package is empty and exists only so a grouped dependency update can move to 4.x - remove the reference, and see the migration guide.
Quartz.Extensions.Hosting
Folded into Quartz in 4.0: AddQuartzHostedService, QuartzHostedService and QuartzHostedServiceOptions live in the Quartz package now. This package is empty and exists only so a grouped dependency update can move to 4.x - remove the reference, and see the migration guide.
Quartz.Serialization.Json
Renamed to Quartz.Serialization.Newtonsoft in 4.0. This package is empty and exists only so a grouped dependency update can move to 4.x - reference Quartz.Serialization.Newtonsoft instead, and see the migration guide.
Jint
Javascript interpreter for .NET.
Quartz.AspNetCore
Quartz.NET ASP.NET Core integration - the HTTP API a remote scheduler is driven through, and the health check endpoint; Quartz Scheduling Framework for .NET
Esprima
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
Quartz.Jobs
Quartz.NET Jobs - the jobs that ship ready to schedule: directory and file scanning, sending mail, and running a native process; Quartz Scheduling Framework for .NET
Quartz.Plugins
Quartz.NET Plugins - a schedule declared in XML or JSON and reloaded as the file changes, and job and trigger history logging; Quartz Scheduling Framework for .NET
Quartz.Plugins.TimeZoneConverter
Quartz.NET TimeZoneConverter integration - resolves a trigger's time zone by either its IANA or its Windows id, on either operating system, through https://github.com/mj1856/TimeZoneConverter; Quartz Scheduling Framework for .NET
Quartz.Serialization.SystemTextJson
Folded into Quartz in 4.0: the System.Text.Json job store serializer is built into the Quartz package and is the default. This package is empty and exists only so a grouped dependency update can move to 4.x - remove the reference, and see the migration guide.
Quartz.OpenTelemetry.Instrumentation
This package has been deprecated in favor of https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Quartz
Quartz.OpenTracing
Quartz.NET OpenTracing integration
Quartz.Dashboard
Quartz.NET Blazor Server Dashboard - a live view of every scheduler in the application, its jobs, triggers and calendars; Quartz Scheduling Framework for .NET
Test262Harness
Test262 Harness for .NET
Test262Harness.Console
Test262 Harness for .NET
Test262Harness.Generator
Test262 Harness for .NET
Esprima.SourceGenerators
Package Description
bitbucket-mcp
Model Context Protocol server for Bitbucket Cloud pull requests - list, read, diff, comment, review, merge and decline - with OAuth 2.0 browser login and a deliberately small, auditable dependency tree. Native AOT binaries are published to GitHub Releases; this package is the `dnx bitbucket-mcp` convenience channel.
mcp-sonarqube
Model Context Protocol server for SonarQube Cloud - projects, quality gates, issues, security hotspots, measures and coverage, plus issue triage - with a deliberately small, auditable dependency tree. Native AOT binaries are published to GitHub Releases; this package is the `dnx mcp-sonarqube` convenience channel (the id differs from the product name because SonarSource holds both the SonarQube* and SonarCloud* reserved package-id prefixes on nuget.org; the installed command is still `sonarqube-mcp`).
MartenStudio
An embeddable Blazor Server admin UI for MartenDB. Register it with AddMartenStudio() and mount it with MapMartenStudio() inside your own ASP.NET Core application; it runs against that application's own configured IDocumentStore. Browse document collections and JSON, inspect and steer event streams, projections and the async daemon, run guarded queries and manage schema. Every mutating operation is an individual capability flag and the studio refuses to start without an explicit authorization decision.
claude-roslyn-lsp
Roslyn C# language server adapter for Claude Code and other agents. Runs as an LSP server (`claude-roslyn-lsp lsp`) that mediates Microsoft's roslyn-language-server so navigation and edit-time diagnostics work reliably, and as an MCP server (`claude-roslyn-lsp mcp`) that exposes semantic refactoring - rename, code actions, fix-all, formatting and on-demand diagnostics - to models that would otherwise reach for grep and sed. Pure BCL, Native AOT, no compiler packages of its own.