Skip to content

Commit

Permalink
Merge branch 'cancellation-token-analyzer' of github.com:allantargino…
Browse files Browse the repository at this point in the history
…/durabletask-dotnet into cancellation-token-analyzer
  • Loading branch information
allantargino committed May 6, 2024
2 parents 654f7d2 + 6c25304 commit 79d2877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Microsoft.DurableTask.Analyzers.Functions.Orchestration;

/// <summary>
/// Analyzer that reports a warning when CancellationToken is used in an Azure Function Orchestration.
/// Analyzer that reports a warning when CancellationToken is used in a Durable Functions Orchestration.
/// </summary>
[DiagnosticAnalyzer(LanguageNames.CSharp)]
public class CancellationTokenOrchestrationAnalyzer : OrchestrationAnalyzer<CancellationTokenOrchestrationVisitor>
Expand Down

0 comments on commit 79d2877

Please sign in to comment.