Added C# workflow versioning tutorial#1288
Merged
alicejgibbons merged 11 commits intodapr:release-1.17from Mar 4, 2026
Merged
Conversation
…ET SDK Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
alicejgibbons
requested changes
Feb 17, 2026
Contributor
alicejgibbons
left a comment
There was a problem hiding this comment.
I prefer the ordering of this example to the python one because as @WhitWaldo rightly points out people would likely patch a workflow first before migrating to a new named version. This version goes in that order which makes more sense from a use case/best practices perspective.
Will let @marcduiker have final review for Dapr university
alicejgibbons
requested changes
Feb 26, 2026
Contributor
alicejgibbons
left a comment
There was a problem hiding this comment.
Getting there! a few changes for consistency
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
…o the user can step through, uncomment code and by re-running the project, can observe how the execution changes with the new workflow versioning behavior. Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Contributor
Author
|
@alicejgibbons DCO check is bugged and should be ignored. All my commits are signed with the appropriate (and unchanged) email address. |
tutorials/workflow/csharp/versioning/Versioning/Versioning.csproj
Outdated
Show resolved
Hide resolved
tutorials/workflow/csharp/versioning/Versioning/Versioning.csproj
Outdated
Show resolved
Hide resolved
Signed-off-by: Alice Gibbons <alicejgibbons@gmail.com>
… Dapr CLI Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
alicejgibbons
approved these changes
Mar 4, 2026
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.
Description
Added project demonstrating patch and name-based versioning in the .NET SDK.
This is implemented to align with the style used in the Python example though I took the liberty of adding some logging to better demonstrate to the user which path is called when it runs and to explain various aspects of the implementation.
Issue reference
We strive to have all PRs 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: #1279
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: