Add options to simplify naming of workflows and activities#1574
Merged
WhitWaldo merged 4 commits intodapr:release-1.16from Aug 12, 2025
Merged
Add options to simplify naming of workflows and activities#1574WhitWaldo merged 4 commits intodapr:release-1.16from
WhitWaldo merged 4 commits intodapr:release-1.16from
Conversation
Contributor
|
@frankbuckley Thank you for your contribution! Could you please sign your commits? |
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com>
3fc6731 to
ca7d73b
Compare
Contributor
Author
Done. BTW, I targeted release-1.16 as I did not have 6/7 runtimes to hand. Hope that is OK. |
Contributor
That's perfect and preferred. I'll review and get back to you. Thank you for putting this together! |
WhitWaldo
approved these changes
Aug 12, 2025
Contributor
WhitWaldo
left a comment
There was a problem hiding this comment.
Looks good to me - thank you very much for your contribution!
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 12, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 12, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
WhitWaldo
added a commit
to WhitWaldo/dapr-dotnet-sdk
that referenced
this pull request
Aug 13, 2025
Signed-off-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Frank Buckley <5655810+frankbuckley@users.noreply.github.com> Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add options to name workflows and activities when using
RegisterWorkflow<TWorkflow>()andRegisterActivity<TActivity>().Issue reference
Resolves: #1572
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: