aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
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
..
Binders Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
Metadata
Properties
Utils
Validation Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
ValueProviders
BindAttributeTest.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02:39 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj
ModelBindingContextTest.cs
Resources.resx
SimpleTypeExcludeFilterTest.cs
TestValueProvider.cs
project.json