OrleansContrib / Orleans.Providers.MongoDB

A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.
MIT License
100 stars 43 forks source link

Fix reminders startAt time kind #118

Closed wassim-k closed 1 year ago

wassim-k commented 1 year ago

Fixes #117

Orleans reminders unit tests seem to behave differently to Orleans runtime, when passing a ReminderEntry to an IReminderTable.UpsertRow implementation, Orleans runtime passes ReminderEntry.StartAt as UTC, while the unit tests pass it as Unspecified.

I followed the lead of AdoNetReminderTable and fixed StartAt.Kind manually.

SebastianStehle commented 1 year ago

LGTM

wassim-k commented 1 year ago

@SebastianStehle the build for this seems to have failed due to an expired nuget api key, I'm not sure I have access to update Actions settings.