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
parsing verbosity related to errors detection improved:
erratic code location provided,
operands applicability constraints added to the parser,
minor changes in exception handling (readability improved - no information overhead),
etc.
2 signatures for Date function provided,
MemberName extraction workaround - done basically for older versions of MVC (before version 5) where there was a bug related to the fact that member name was given as null in the validation context (it is correctly provided to ValidationResult now, if DisplayAttribute is present),