# Windsor.Quartz **Repository Path**: mirrors_castleproject/Windsor.Quartz ## Basic Information - **Project Name**: Windsor.Quartz - **Description**: Windsor facility to integrate Quartz.NET - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Castle Facility for Quartz.NET [![Build status](https://ci.appveyor.com/api/projects/status/9nw4jivyw7ma0auw/branch/master?svg=true)](https://ci.appveyor.com/project/castleproject/castle-facilities-quartz/branch/master) ## Introduction The Castle Facility for Quartz.NET provides a facility for the Quartz.NET job scheduler that easily integrates into Castle Windsor. ## Features * Provides a facade around Quartz.NET to schedule and manage jobs. * Facility can configure Quartz.NET easily through XML-configuration file. ## NuGet Package * https://www.nuget.org/packages/Castle.Facilities.Quartz/ [![NuGet](https://img.shields.io/nuget/v/Castle.Facilities.Quartz.svg)](https://www.nuget.org/packages/Castle.Facilities.Quartz/) ## Documentation * [Quartz.NET documentation](https://www.quartz-scheduler.net/) * [Facility configuration](docs/configuration.md)