https://github.com/soenneker/soenneker.cron.builder
A fluent, flexible utility that dynamically constructs validated 5 or 6 field cron expressions through intuitive method chaining for any scheduling scenario.
https://github.com/soenneker/soenneker.cron.builder
builder cron cronbuilder csharp dotnet util utility
Last synced: 3 months ago
JSON representation
A fluent, flexible utility that dynamically constructs validated 5 or 6 field cron expressions through intuitive method chaining for any scheduling scenario.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.cron.builder
- Owner: soenneker
- License: mit
- Created: 2025-03-26T17:49:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T02:44:54.000Z (3 months ago)
- Last Synced: 2026-03-31T04:52:50.936Z (3 months ago)
- Topics: builder, cron, cronbuilder, csharp, dotnet, util, utility
- Language: C#
- Homepage: https://soenneker.com
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.cron.builder/)
[](https://github.com/soenneker/soenneker.cron.builder/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.cron.builder/)
[](https://github.com/soenneker/soenneker.cron.builder/actions/workflows/codeql.yml)
#  Soenneker.Cron.Builder
### A fluent, flexible utility that dynamically constructs validated 5 or 6 field cron expressions through intuitive method chaining for any scheduling scenario.
## Installation
```
dotnet add package Soenneker.Cron.Builder
```