.NET data type for CRON expressions.
This is an open-source code example for CRON expressions in .NET. I made this project because:
- I was bord and looking for a challenge
- I don't like what I see in the current CRON open-source projects like HangfireIO/Cronos which uses unsafe string manipulation and BIT-wise logic; which is intentionally confusing and hard to follow in my opinion
- I needed a bar bone CRON expression class that is divorced from any scheduling implementation; which is trivial to self-implement
- I needed a CRON library that has a small code footprint
Contributors are welcomed.