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
Provide a way to specify that an option is only required if a certain condition
is true.
.RequiredWhen(()=>true)
.RequiredWhen<User>(u=>u.Short == "System")
Original issue reported on code.google.com by michael.praschl on 21 Mar 2013 at 8:29
Original issue reported on code.google.com by
michael.praschlon 21 Mar 2013 at 8:29