Crping.TaskManager.Abstractions
3.0.0
dotnet add package Crping.TaskManager.Abstractions --version 3.0.0
NuGet\Install-Package Crping.TaskManager.Abstractions -Version 3.0.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.Abstractions" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Crping.TaskManager.Abstractions" Version="3.0.0" />
<PackageReference Include="Crping.TaskManager.Abstractions" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Crping.TaskManager.Abstractions --version 3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.TaskManager.Abstractions, 3.0.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.
#:package Crping.TaskManager.Abstractions@3.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Crping.TaskManager.Abstractions&version=3.0.0
#tool nuget:?package=Crping.TaskManager.Abstractions&version=3.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Crping.TaskManager.Abstractions
任务管理框架 Crping.TaskManager 的接口抽象等
版本更新说明
3.0.0
2026年7月30日 星期三
- 新增接口
ITaskLogger,提供更简洁的日志方法签名(无taskCode参数) - 移除接口
IReceiverWithRedis,Redis 相关功能迁移至Crping.TaskManager.Redis - 版本号统一更新至 3.0.0
1.17.0
2025年11月24日 星期一
- 新增属性
RawSp - 新增方法
CreateScope,CreateAsyncScope
1.16.0
2025年3月20日 星期四
- 新增接口方法
CreateSimpleCommandsWithRedis IReceiverWithRedis与ReceiverWithRedis映射更多方法
1.15.1
2025年3月13日 星期四
- 修改运行环境为
.net7
1.15.0
2025年3月12日 星期三
- 使命令空间与目录一致
- 修改所有日志相关方法参数名称
- 修改运行环境为
.net8
1.14.1
2025年2月24日 星期一
- 修改接口
IReceiverWithRedis的属性Db为Cache
1.14.0
2025年2月22日 星期六
- 新增接口:
IReceiverWithRedis - 引入组件:
StackExchange.Redis
1.13.1
2024年10月29日 星期二
- 恢复运行环境为
.net7
1.13.0
2024年10月29日 星期二
ILogger相关方法添加参数isShowLine = false
1.12.0
2023年10月13日 星期五
- 新增日志方法接口
Res (string message, int resCode),根据响应状态码自动添加信息前缀,并使用不同消息类型颜色显示
1.11.0
2023-03-08
IReceiver属性Sp,Log改为非空类型
1.10.0
2023-03-08
IReceiver新增属性Sp,Log
1.9.0
2022-08-19
- 与
Crping.TaskManager版本对齐
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
-
net7.0
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Crping.TaskManager.Abstractions:
| Package | Downloads |
|---|---|
|
Crping.TaskManager
命令行任务管理器 |
|
|
Crping.Spider.PW
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 0 | 8/3/2026 |
| 1.17.0 | 392 | 11/24/2025 |
| 1.16.0 | 525 | 3/20/2025 |
| 1.15.1 | 313 | 3/13/2025 |
| 1.15.0 | 309 | 3/12/2025 |
| 1.14.1 | 361 | 2/24/2025 |
| 1.14.0 | 230 | 2/22/2025 |
| 1.13.1 | 315 | 10/29/2024 |
| 1.13.0 | 244 | 10/29/2024 |
| 1.12.0 | 398 | 10/13/2023 |
| 1.11.0 | 560 | 6/2/2023 |
| 1.10.0 | 1,137 | 3/8/2023 |
| 1.9.0 | 3,198 | 8/19/2022 |
任务管理框架 `Crping.TaskManager` 的接口抽象等