@@ -231,7 +231,7 @@ public class MyOrchestrator : TaskOrchestrator<{inputType}, {outputType}>
231231}}
232232
233233/// <summary>
234- /// Schedules a new instance of the <see cref=""MyNS. MyOrchestrator""/> orchestrator.
234+ /// Schedules a new instance of the <see cref=""MyOrchestrator""/> orchestrator.
235235/// </summary>
236236/// <inheritdoc cref=""IOrchestrationSubmitter.ScheduleNewOrchestrationInstanceAsync""/>
237237public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
@@ -241,7 +241,7 @@ public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
241241}}
242242
243243/// <summary>
244- /// Calls the <see cref=""MyNS. MyOrchestrator""/> sub-orchestrator.
244+ /// Calls the <see cref=""MyOrchestrator""/> sub-orchestrator.
245245/// </summary>
246246/// <inheritdoc cref=""TaskOrchestrationContext.CallSubOrchestratorAsync(TaskName, object?, TaskOptions?)""/>
247247public static Task<{ outputType } > CallMyOrchestratorAsync(
@@ -315,7 +315,7 @@ public abstract class MyOrchestratorBase : TaskOrchestrator<{inputType}, {output
315315}}
316316
317317/// <summary>
318- /// Schedules a new instance of the <see cref=""MyNS. MyOrchestrator""/> orchestrator.
318+ /// Schedules a new instance of the <see cref=""MyOrchestrator""/> orchestrator.
319319/// </summary>
320320/// <inheritdoc cref=""IOrchestrationSubmitter.ScheduleNewOrchestrationInstanceAsync""/>
321321public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
@@ -325,7 +325,7 @@ public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
325325}}
326326
327327/// <summary>
328- /// Calls the <see cref=""MyNS. MyOrchestrator""/> sub-orchestrator.
328+ /// Calls the <see cref=""MyOrchestrator""/> sub-orchestrator.
329329/// </summary>
330330/// <inheritdoc cref=""TaskOrchestrationContext.CallSubOrchestratorAsync(TaskName, object?, TaskOptions?)""/>
331331public static Task<{ outputType } > CallMyOrchestratorAsync(
@@ -527,7 +527,7 @@ public static Task<string> MyOrchestrator([OrchestrationTrigger] TaskOrchestrati
527527}}
528528
529529/// <summary>
530- /// Schedules a new instance of the <see cref=""MyNS. MyOrchestrator""/> orchestrator.
530+ /// Schedules a new instance of the <see cref=""MyOrchestrator""/> orchestrator.
531531/// </summary>
532532/// <inheritdoc cref=""IOrchestrationSubmitter.ScheduleNewOrchestrationInstanceAsync""/>
533533public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
@@ -537,7 +537,7 @@ public static Task<string> ScheduleNewMyOrchestratorInstanceAsync(
537537}}
538538
539539/// <summary>
540- /// Calls the <see cref=""MyNS. MyOrchestrator""/> sub-orchestrator.
540+ /// Calls the <see cref=""MyOrchestrator""/> sub-orchestrator.
541541/// </summary>
542542/// <inheritdoc cref=""TaskOrchestrationContext.CallSubOrchestratorAsync(TaskName, object?, TaskOptions?)""/>
543543public static Task<string> CallMyOrchestratorAsync(
@@ -547,7 +547,7 @@ public static Task<string> CallMyOrchestratorAsync(
547547}}
548548
549549/// <summary>
550- /// Calls the <see cref=""MyNS. MyActivity""/> activity.
550+ /// Calls the <see cref=""MyActivity""/> activity.
551551/// </summary>
552552/// <inheritdoc cref=""TaskOrchestrationContext.CallActivityAsync(TaskName, object?, TaskOptions?)""/>
553553public static Task<string> CallMyActivityAsync(this TaskOrchestrationContext ctx, int input, TaskOptions? options = null)
0 commit comments