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

Need analyzer to ensure that Validate methods have the same type as the underlying type #303

Closed
SteveDunn opened this issue Dec 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SteveDunn
Copy link
Owner

Describe the bug

Take the following code - it produces compilation errors:

image

Steps to reproduce

Type the code above

Expected behaviour

No compilation errors, just an analyzer message saying that the method should take and return a decimal as that's the underlying type.

@SteveDunn SteveDunn added the bug Something isn't working label Dec 8, 2022
@SteveDunn SteveDunn added enhancement New feature or request and removed bug Something isn't working labels Jul 26, 2023
@SteveDunn
Copy link
Owner Author

Release in 4.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant