aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Validation
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
..
AssociatedValidatorProviderTest.cs
CompareAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
CompositeModelValidatorProviderTest.cs
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
DataMemberModelValidatorProviderTest.cs
DefaultObjectValidatorTests.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
MaxLengthAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
MinLengthAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
ModelStateDictionaryTest.cs Merging Model Validation for body and non body validation. 2015-02-17 11:50:39 -08:00
RangeAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
ReferenceEqualityComparerTest.cs
RequiredAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00
StringLengthAttributeAdapterTest.cs Get `[Remote]` and supporting classes building 2015-01-30 12:26:48 -08:00