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

Fix processing of ValidationResult.Success #19

Merged
merged 3 commits into from
Jul 26, 2024

Conversation

luboshl
Copy link
Owner

@luboshl luboshl commented Jul 26, 2024

As @tjasek225 reported in #17, System.ComponentModel.DataAnnotations.ValidationResult.Success is null by design.

This situation was not covered in the code of MiniValidatorPlus.

Failing test to repro the issue: 747743e

@luboshl luboshl merged commit ee697e0 into main Jul 26, 2024
1 check passed
@luboshl luboshl deleted the fix/process-success-validationresult branch July 26, 2024 13:23
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.

Error when processing ValidationResults with ValidationResult.Success value
1 participant