You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added – CronExpression class implemented IEquatable interface. Thus it's possible to compare two instances of CronExpression. They are equal if they define the same date or interval. For example 0,1,2,3 * * * * is equal to 0-3 * * * * but * * L * * is not equal to * * LW * *.
Added – The GetOccurrences method overloads returning the list of next occurrences within the given date/time range.
Added – Source link support. If Enable source link support flag is set in Visual Studio it's possible to debug Cronos using its downloaded sources.