WebiMes.QuartzExtension
1.0.1.1-alpha
This is a prerelease version of WebiMes.QuartzExtension.
dotnet add package WebiMes.QuartzExtension --version 1.0.1.1-alpha
NuGet\Install-Package WebiMes.QuartzExtension -Version 1.0.1.1-alpha
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="WebiMes.QuartzExtension" Version="1.0.1.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WebiMes.QuartzExtension --version 1.0.1.1-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebiMes.QuartzExtension, 1.0.1.1-alpha"
#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.
// Install WebiMes.QuartzExtension as a Cake Addin #addin nuget:?package=WebiMes.QuartzExtension&version=1.0.1.1-alpha&prerelease // Install WebiMes.QuartzExtension as a Cake Tool #tool nuget:?package=WebiMes.QuartzExtension&version=1.0.1.1-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Quartz.Net Extension
主要特性
1. 结合Microsoft.Extensions.DependencyInjection,注入Quartz.Net 服务
2. 支持2种模式注入
- 手动注入Job(通过Quartz.AspNetCore,实现Job注入DI,并实现IJobFactory-MyJobFactory,NewJob方法实现添加Job,ReturnJob方法获取已注入DI的Job)
- 自动注入Job(通过配置Configuration-Quartz节点)实现读取job,配置 名称等Quartz参数;
3. 通过界面管理Job
- 必须在localhost下,或basic 认证后才能展示界面,basic账户和密码配置在Quartz节点下的 userName&password
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- CrystalQuartz.AspNetCore (>= 7.1.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Quartz.AspNetCore (>= 3.8.0)
- Quartz.Jobs (>= 3.8.0)
- Quartz.Plugins (>= 3.8.0)
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 |
---|---|---|
1.0.1.1-alpha | 91 | 4/17/2024 |