Crping.TaskManager
1.5.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Crping.TaskManager --version 1.5.0
NuGet\Install-Package Crping.TaskManager -Version 1.5.0
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="Crping.TaskManager" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.TaskManager --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.TaskManager, 1.5.0"
#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 Crping.TaskManager as a Cake Addin #addin nuget:?package=Crping.TaskManager&version=1.5.0 // Install Crping.TaskManager as a Cake Tool #tool nuget:?package=Crping.TaskManager&version=1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Crping.TaskManager
支持命令行、依赖注入,多线程等功能的任务管理器……
版本更新说明
1.5.0
2022-08-15
- 修改
ConfigureTasksDelegate
参数,以及相关代码 - 新增任务处理间隔属性
Interval
,并实现处理间隔 - 任务配置属性添加一系列参数值范围检查
- 优化任务列表展示效果
1.4.0
2022-08-15
- 解决多线程模式下部分任务未处理的问题
- 优化控制台输出
2022-08-13
- 优化命令显示样式
- 优化类型引用与传参
- 添加各任务对多线程的支持
1.3.0
2022-08-13
- 新增
Logger
,修改TaskLogger
为LogManager
1.2.0
2022-08-12
- 新增方法:
CreateSimpleCommands<TReceiver>(int count)
- 修改部分内置命令
- 新增
ConsoleOptions
,ConsoleOutput
,LogContent
,替换引入的日志输出类,内置控制台输出 Worker
添加属性TaskCode
,并为所有日志添加TaskCode
参数- 添加任务展示命令
- 添加多关键词任务搜索
- 实现多关键词的与或关系搜索(&&,||)
- 实现异常信息的详细信息展示
2022-08-11
- 提取
ICommand
,IReceiver
接口,并修改所有相关代码
1.1.0
2022-08-10
- 将
Workshop
中的Build
方法与Start
方法合并
1.0.0
2022-08-09
- 完成常用的基础功能:DI,命令行,异步,任务管理等
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.
-
net6.0
- Microsoft.Extensions.Configuration (>= 6.0.1)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Configuration.Json (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
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.22.1 | 82 | 10/31/2024 |
1.22.0 | 77 | 10/29/2024 |
1.21.0 | 447 | 10/13/2023 |
1.20.1 | 555 | 6/6/2023 |
1.20.0 | 561 | 6/2/2023 |
1.19.0 | 597 | 4/13/2023 |
1.18.1 | 607 | 3/17/2023 |
1.18.0 | 639 | 3/17/2023 |
1.17.1 | 598 | 3/14/2023 |
1.17.0 | 625 | 3/8/2023 |
1.16.1 | 610 | 2/23/2023 |
1.16.0 | 625 | 2/22/2023 |
1.15.1 | 804 | 10/13/2022 |
1.15.0 | 784 | 9/9/2022 |
1.14.0 | 846 | 9/8/2022 |
1.13.0 | 813 | 9/5/2022 |
1.12.1 | 822 | 9/2/2022 |
1.12.0 | 809 | 8/30/2022 |
1.11.0 | 812 | 8/26/2022 |
1.10.1 | 829 | 8/22/2022 |
1.10.0 | 802 | 8/22/2022 |
1.9.0 | 795 | 8/19/2022 |
1.8.0 | 805 | 8/18/2022 |
1.7.1 | 818 | 8/17/2022 |
1.7.0 | 834 | 8/17/2022 |
1.6.1 | 794 | 8/17/2022 |
1.6.0 | 783 | 8/16/2022 |
1.5.0 | 776 | 8/15/2022 |
1.4.0 | 825 | 8/15/2022 |
1.3.0 | 831 | 8/13/2022 |
1.2.0 | 801 | 8/12/2022 |
1.1.0 | 818 | 8/10/2022 |
1.0.0 | 792 | 8/9/2022 |
常用功能已基本完工