Crping.TaskManager 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Crping.TaskManager --version 1.4.0
NuGet\Install-Package Crping.TaskManager -Version 1.4.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.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Crping.TaskManager --version 1.4.0
#r "nuget: Crping.TaskManager, 1.4.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.4.0

// Install Crping.TaskManager as a Cake Tool
#tool nuget:?package=Crping.TaskManager&version=1.4.0

Crping.TaskManager

支持命令行、依赖注入,多线程等功能的任务管理器……

版本更新说明


1.4.0

2022-08-15
  • 解决多线程模式下部分任务未处理的问题
  • 优化控制台输出
2022-08-13
  • 优化命令显示样式
  • 优化类型引用与传参
  • 添加各任务对多线程的支持

1.3.0

2022-08-13
  • 新增Logger,修改TaskLoggerLogManager

1.2.0

2022-08-12
  • 新增方法:CreateSimpleCommands<TReceiver>(int count)
  • 修改部分内置命令
  • 新增ConsoleOptionsConsoleOutputLogContent,替换引入的日志输出类,内置控制台输出
  • Worker添加属性TaskCode,并为所有日志添加TaskCode参数
  • 添加任务展示命令
  • 添加多关键词任务搜索
  • 实现多关键词的与或关系搜索(&&,||)
  • 实现异常信息的详细信息展示
2022-08-11
  • 提取ICommandIReceiver接口,并修改所有相关代码

1.1.0

2022-08-10
  • Workshop中的Build方法与Start方法合并

1.0.0

2022-08-09
  • 完成常用的基础功能:DI,命令行,异步,任务管理等
Product 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.

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.21.0 407 10/13/2023
1.20.1 526 6/6/2023
1.20.0 532 6/2/2023
1.19.0 569 4/13/2023
1.18.1 583 3/17/2023
1.18.0 612 3/17/2023
1.17.1 570 3/14/2023
1.17.0 599 3/8/2023
1.16.1 583 2/23/2023
1.16.0 603 2/22/2023
1.15.1 772 10/13/2022
1.15.0 756 9/9/2022
1.14.0 816 9/8/2022
1.13.0 786 9/5/2022
1.12.1 796 9/2/2022
1.12.0 777 8/30/2022
1.11.0 783 8/26/2022
1.10.1 799 8/22/2022
1.10.0 777 8/22/2022
1.9.0 763 8/19/2022
1.8.0 776 8/18/2022
1.7.1 789 8/17/2022
1.7.0 803 8/17/2022
1.6.1 764 8/17/2022
1.6.0 755 8/16/2022
1.5.0 746 8/15/2022
1.4.0 791 8/15/2022
1.3.0 804 8/13/2022
1.2.0 772 8/12/2022
1.1.0 785 8/10/2022
1.0.0 760 8/9/2022

常用功能已基本完工