Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding get actor reminder API in docs #1113

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Conversation

shivamkm07
Copy link
Contributor

Description

It adds the get actor reminder API in docs. The API implementation is merged in release-1.11 in #1103.

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: #[issue number]

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

@shivamkm07 shivamkm07 requested review from a team as code owners June 13, 2023 11:15
@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #1113 (e8c642b) into master (2449bcd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1113   +/-   ##
=======================================
  Coverage   67.16%   67.16%           
=======================================
  Files         170      170           
  Lines        5695     5695           
  Branches      607      607           
=======================================
  Hits         3825     3825           
  Misses       1727     1727           
  Partials      143      143           
Flag Coverage Δ
net6 67.09% <ø> (ø)
net7 67.09% <ø> (ø)
netcoreapp3.1 67.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Comment on lines +227 to +230
public async Task<IActorReminder> GetReminder()
{
await this.GetReminderAsync("MyReminder");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal preference, we should include this with an input string as an example. Otherwise people may think it can only take hardcoded names.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this okay @halspang ?

Copy link
Contributor

@halspang halspang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change in the example.

@halspang halspang added documentation Improvements or additions to documentation content/missing-information labels Jun 16, 2023
@halspang halspang added this to the v1.12 milestone Jun 16, 2023
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
@halspang halspang merged commit f4e02df into dapr:master Jul 21, 2023
onionhammer pushed a commit to onionhammer/dotnet-sdk that referenced this pull request Aug 22, 2023
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Erik O'Leary <erik.m.oleary@gmail.com>
divzi-p pushed a commit to divzi-p/dotnet-sdk that referenced this pull request Dec 10, 2024
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Divya Perumal <diperuma@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content/missing-information documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants