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

AZC0004 ensure that async/sync method return types match #9388

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JonathanCrd
Copy link
Member

Fixes #6845

I modified the client method analyzer to ensure that both equivalent sync and async methods have the same return type.

@JonathanCrd JonathanCrd self-assigned this Nov 14, 2024
@JonathanCrd
Copy link
Member Author

This PR is in Draft because I haven't test my changes yet.

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.

AZC0004 doesn't warn when sync/async method return types don't match
1 participant