QuartzServer 不在 Nuget 下载中
QuartzServer not in Nuget download
我一直在调查 Quartz.Net 并审查 this question on Whosebug, as well as the code base here
我已经下载了 Marko Lahma 的 Nuget Packages Quartz,v2.3.3,它不包含这个 QuartzServer class,但它存在于 GitHub 中。我正在寻找使用 Quartz.Net 功能的完整示例,因为它们被定义 here, as this 页面是空白的!
查看关于“Quartz.Server 未包含在 Nuget 包中”的回复 issue:
Traditionally the server binary has been only part of the zip package and not in NuGet. So need to address this somehow before final v3.
Probably easiest to build yourself for now. Many want to customize the server any beyond the base template.
我一直在调查 Quartz.Net 并审查 this question on Whosebug, as well as the code base here
我已经下载了 Marko Lahma 的 Nuget Packages Quartz,v2.3.3,它不包含这个 QuartzServer class,但它存在于 GitHub 中。我正在寻找使用 Quartz.Net 功能的完整示例,因为它们被定义 here, as this 页面是空白的!
查看关于“Quartz.Server 未包含在 Nuget 包中”的回复 issue:
Traditionally the server binary has been only part of the zip package and not in NuGet. So need to address this somehow before final v3.
Probably easiest to build yourself for now. Many want to customize the server any beyond the base template.