Skip to content

Actor reminder deserialization bugfix#1483

Merged
WhitWaldo merged 3 commits intodapr:masterfrom
WhitWaldo:actor-reminder-deserialization
Mar 11, 2025
Merged

Actor reminder deserialization bugfix#1483
WhitWaldo merged 3 commits intodapr:masterfrom
WhitWaldo:actor-reminder-deserialization

Conversation

@WhitWaldo
Copy link
Contributor

Description

Actor reminders have supported duration expressions for some time, but the Dapr .NET SDK didn't ever receive an update to accommodate this support. This adds support for duration expressions like "@hourly" or "@every 15s".

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1464

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@WhitWaldo WhitWaldo self-assigned this Mar 11, 2025
@WhitWaldo WhitWaldo requested review from a team as code owners March 11, 2025 18:41
@WhitWaldo WhitWaldo merged commit c14fcea into dapr:master Mar 11, 2025
12 checks passed
@WhitWaldo WhitWaldo deleted the actor-reminder-deserialization branch April 3, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deserialise error an Actor Reminder when using GetReminderAsync()

1 participant