aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ModelBinding/Validation
Ryan Nowak b64fd7ae39 Fix #2407 - Add back the implicit [Required] for value types
This change adds a [Required] client validator when
ModelMetadata.IsRequired == true. The bulk of the changes here are
mechanical updates to test files.
2015-05-21 17:52:25 -07:00
..
CompareAttributeAdapterTest.cs
CompositeModelValidatorProviderTest.cs
DataAnnotationsClientModelValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs Restoring modelvalidation node. 2015-05-14 18:38:26 -07:00
DefaultModelClientValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
DefaultModelValidatorProviderTest.cs Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52: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
MinLengthAttributeAdapterTest.cs
RangeAttributeAdapterTest.cs
ReferenceEqualityComparerTest.cs
RequiredAttributeAdapterTest.cs
StringLengthAttributeAdapterTest.cs