This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Description
In WebApi this was handled by a ignoring validation for a hand-picked set of types and ignoring thrown exceptions. Should we stick to the same list? (The list seem to have been updated whenever a user reported a specific type is throwing.) Should we adopt a better way of handling this?
One thought after discussing with @pranavkm - Should we add a [DoNotValidate] attribute which ignore validation for the particular property and its children?