You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I was trying to localize my app, but I found out that my IValidationAttributeAdapterProvider doesn't get called then a value type is assigned [Required] attribute by default. I think the problem lies here. It's always using default required adapter implementation.
Workaround is to add [Required] attribute on value types.
The text was updated successfully, but these errors were encountered:
I was trying to localize my app, but I found out that my
IValidationAttributeAdapterProvider
doesn't get called then a value type is assigned[Required]
attribute by default. I think the problem lies here. It's always using default required adapter implementation.Workaround is to add
[Required]
attribute on value types.The text was updated successfully, but these errors were encountered: