-
Notifications
You must be signed in to change notification settings - Fork 432
Added properties to ValidationResult without throwing #2923
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
Added properties to ValidationResult without throwing #2923
Conversation
get | ||
{ | ||
if (IsValid) | ||
LogHelper.LogWarning("Warning: Accessing the Error property in a valid result is invalid."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I wonder if we should have this as an IDX message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll raise an issue to review the messages and look into that as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added properties to ValidationResult without throwing
ValidationResult
without throwing exceptions.Part of #2711