Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Edited Issue: Model Validation key generation is incorrect when ValidationResult returns MemberNames [1606]

$
0
0
When generating model keys for property errors during validation, we append the property name followed by the ErrorName from ModelValidationResult if it's available. Currently the DataAnnotationsModelValidator does not populate the MemberName field consequently we do not see this issue at large. However once we address this issue (as part of https://aspnetwebstack.codeplex.com/workitem/1534), we're prone to generating incorrect property names.

Viewing all articles
Browse latest Browse all 7215

Trending Articles