Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function orchestration bindings analyzer #304

Conversation

allantargino
Copy link
Member

Adds an analyzer that reports a warning when a Durable Function orchestration has parameters bindings other than OrchestrationTrigger (such as DurableClient or EntityTrigger).

@allantargino allantargino requested review from jviau and bachuv May 6, 2024 14:16
@allantargino allantargino force-pushed the orchestration-other-bindings-analyzer branch from 67f6947 to 54c61c6 Compare May 6, 2024 19:36
@allantargino allantargino force-pushed the orchestration-other-bindings-analyzer branch from a2596af to fa4f30a Compare May 6, 2024 19:53
@allantargino allantargino requested a review from bachuv May 6, 2024 20:00
Copy link
Contributor

@bachuv bachuv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@allantargino allantargino merged commit c65608e into microsoft:main May 6, 2024
2 checks passed
@allantargino allantargino deleted the orchestration-other-bindings-analyzer branch May 6, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants