We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745bf47 commit 892d2b5Copy full SHA for 892d2b5
src/Abstractions/TaskOrchestrationContext.cs
@@ -63,7 +63,7 @@ public abstract class TaskOrchestrationContext
63
/// <summary>
64
/// Gets the version of the current orchestration instance, which was set when the instance was created.
65
/// </summary>
66
- public abstract string Version { get; }
+ public virtual string Version => string.Empty;
67
68
69
/// Gets the entity feature, for interacting with entities.
0 commit comments