CronParse 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package CronParse --version 1.0.4
NuGet\Install-Package CronParse -Version 1.0.4
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="CronParse" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CronParse --version 1.0.4
#r "nuget: CronParse, 1.0.4"
#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 CronParse as a Cake Addin
#addin nuget:?package=CronParse&version=1.0.4

// Install CronParse as a Cake Tool
#tool nuget:?package=CronParse&version=1.0.4

DelayQueues

介绍

CronParse 是一个简单的 .NET 库, 用于解析 Cron 表达式; CronParse is a simple .NET library for parsing Cron expressions

软件架构

软件架构说明

安装教程
  1. xxxx
  2. xxxx
  3. xxxx
使用说明
    using CronParse;
    static void Main(string[] args)
    {
        var _myCron = new CronStruct("*/30 * * * * ?");
        Console.WriteLine(_myCron.GetNextTime(DateTime.Now));
        Console.ReadLine();
    }
Method Job Runtime Mean Error StdDev Allocated
CronStruct .NET 6.0 .NET 6.0 84.58 us 1.662 us 1.632 us 520 B
Cronos .NET 6.0 .NET 6.0 86.75 us 1.292 us 1.079 us 88 B
CronStruct .NET 7.0 .NET 7.0 79.66 us 0.910 us 0.851 us 520 B
Cronos .NET 7.0 .NET 7.0 86.73 us 1.638 us 1.683 us 88 B
CronStruct .NET 8.0 .NET 8.0 79.46 us 0.814 us 0.761 us 520 B
Cronos .NET 8.0 .NET 8.0 87.32 us 1.645 us 1.539 us 88 B
参与贡献
  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
特技
  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/
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 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 is compatible.  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

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CronParse:

Package Downloads
DelayQueues

C#延时队列,定时任务(支持Cron表达式),不支持分布式,支持失败重试,支持设置失败次数

MiniScheduler

简单的调度程序,定时任务(支持Cron表达式),延时队列,不支持分布式,支持失败重试,支持设置失败次数 A simple scheduler, timed tasks (supports Cron expressions), delayed queues, does not support distributed, delayed queues support failure retry, support for setting the number of failures

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 99 4/11/2024
1.0.8 111 3/14/2024
1.0.7 160 1/11/2024
1.0.6 119 1/11/2024
1.0.5 90 1/11/2024
1.0.4 91 1/11/2024
1.0.3 92 1/11/2024
1.0.2 89 1/11/2024
1.0.1 90 1/10/2024