aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Validation
Harsh Gupta d0927bdc75 Fixes #2464 - Does not add extra skipped entries for model bound from services.
Also ensures that when a type is marked as skipped, any sub property which is model bound (and hence a modelstate un validated entry),
is marked as skipped (otherwise it would cause the ModelState to be invalid).
Also fixing a bug in model state dictionary FindKeyWithPrefix was not considering [0] & [0][0] as a valid prefix.
2015-05-15 12:27:43 -07:00
..
CompareAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CompositeModelValidatorProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DataAnnotationsModelValidatorProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DataAnnotationsModelValidatorTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
DefaultModelClientValidatorProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultModelValidatorProviderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultObjectValidatorTests.cs Fixes #2464 - Does not add extra skipped entries for model bound from services. 2015-05-15 12:27:43 -07:00
MaxLengthAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MinLengthAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RangeAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ReferenceEqualityComparerTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RequiredAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
StringLengthAttributeAdapterTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00