Ding.Scheduler
1.1.8
.NET Standard 2.0
dotnet add package Ding.Scheduler --version 1.1.8
NuGet\Install-Package Ding.Scheduler -Version 1.1.8
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="Ding.Scheduler" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ding.Scheduler --version 1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ding.Scheduler, 1.1.8"
#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 Ding.Scheduler as a Cake Addin
#addin nuget:?package=Ding.Scheduler&version=1.1.8
// Install Ding.Scheduler as a Cake Tool
#tool nuget:?package=Ding.Scheduler&version=1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ding.Scheduler是基于.net core平台开发的应用框架中的任务调度操作核心类库。
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Ding (>= 1.1.8)
- Microsoft.CSharp (>= 4.7.0)
-
.NETStandard 2.1
- Ding (>= 1.1.8)
- Microsoft.CSharp (>= 4.7.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Ding.Scheduler:
Package | Downloads |
---|---|
Ding.Scheduler.Server
Ding.Scheduler.Server是基于.net core平台开发的应用框架中的任务调度控制器。 |
|
Ding.Scheduler.Client
Ding.Scheduler.Client是基于.net core平台开发的应用框架中的任务调度客户端类库。 |
|
Ding.Scheduler.Quartz
Ding.Scheduler.Quartz是基于.net core平台开发的应用框架中的Quartz.Net的任务调度中心类库。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Ding.Scheduler项目是Ding应用框架的任务调度操作核心类库。
Ding是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。