aspnetcore/test
Harsh Gupta f19c2e493d Merging Model Validation for body and non body validation.
This also fixes #1503.

Currently all model binders except mutable object binder are independent of validation code. The mutable object binder which needs to do some validation ( for scenarios involving [BindRequired] and [BindNever]).
We would be going with an approach where required validaiton happens in input formatters and model binders.
This is needed as validation for value types can best be done at creation time.

Followup PRs:
Introduce support for skipping validation (and not binding) for a particular property/type etc.
2015-02-17 11:50:39 -08:00
..
Microsoft.AspNet.Mvc.Common.Test
Microsoft.AspNet.Mvc.Core.Test Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest
Microsoft.AspNet.Mvc.Xml.Test
WebSites Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00