Skip to content

Commit

Permalink
add APIs to analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
timbussmann committed Aug 29, 2018
1 parent 4f8bf63 commit f49c9fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NServiceBus.Core.Analyzer/AwaitOrCaptureTasksAnalyzer.cs
Expand Up @@ -70,6 +70,9 @@ void Analyze(SyntaxNodeAnalysisContext context)
"NServiceBus.IMessageSessionExtensions.Publish",
"NServiceBus.IMessageSessionExtensions.Subscribe",
"NServiceBus.IMessageSessionExtensions.Unsubscribe",
"NServiceBus.IMessageProcessingContext.Reply",
"NServiceBus.IMessageProcessingContext.ForwardCurrentMessageTo",
"NServiceBus.IMessageProcessingContextExtensions.Reply",
"NServiceBus.Saga.RequestTimeout",
"NServiceBus.Saga.ReplyToOriginator",
"NServiceBus.Endpoint.Create",
Expand Down

0 comments on commit f49c9fb

Please sign in to comment.