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
Make RecurrencePattern.Count, .Interval and WeekDay.Offset nullable to avoid using MinValue as magic number. (#667)
* Make `RucrrencePattern.Count` nullable to avoid using magic number `int.MinValue`.
* Make `RucrrencePattern.Interval` nullable to avoid using magic number `int.MinValue`.
* Make `WeekDay.Offset` nullable to avoid using `int.MinValue` as magic number.
* Remove obsolete method `RecurrencePatternSerializer.CheckRange`
* Test: Add WeekDay-related tests.
0 commit comments