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

Add analyzer to warn user about wrong method resolution #20

Open
StefanOssendorf opened this issue Apr 11, 2024 · 0 comments
Open

Add analyzer to warn user about wrong method resolution #20

StefanOssendorf opened this issue Apr 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request v1.1

Comments

@StefanOssendorf
Copy link
Owner

Due to the way the Compiler works and resolves methods some names do not work for the generation.
E.g

  • Fetch
  • FetchAsync
  • and all other method names defined by IDataPortal

To inform the user about that behavior a new diagnostic should be reported when the user has defined a method name (Prefix+Method name+Suffix) which is defined by IDataPortal.

@StefanOssendorf StefanOssendorf added the enhancement New feature or request label Apr 11, 2024
@StefanOssendorf StefanOssendorf self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.1
Projects
None yet
Development

No branches or pull requests

1 participant