aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Ryan Nowak 1a70f12bf8 Undesign client validation
This change removes a layer of abstraction. These validators now just do
what they do now without creating a bunch of intermediate objects.

ModelClientValidationRule has been removed, and client validations
manipulate the attributes collection of a tag directly.
2016-01-27 09:55:18 -08:00
..
CompareAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsClientModelValidatorProviderTest.cs
DataAnnotationsMetadataProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsModelValidatorProviderTest.cs
DataAnnotationsModelValidatorTest.cs
DataMemberRequiredBindingMetadataProviderTest.cs
DataTypeClientModelValidatorProviderTest.cs
DefaultModelClientValidatorProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
MaxLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
MinLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ModelMetadataProviderTest.cs
NumericClientModelValidatorTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
RangeAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
RequiredAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
StringLengthAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
TestModelNameProvider.cs
TestResources.cs
ValidationAttributeAdapterOfTAttributeTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
ValidationAttributeAdapterProviderTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00