aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Doug Bunting aecfe778ee Improve handling of custom `ValidationAttribute`s and their `ValidationResult`s
- #3595 sub-items 2 through 4
- handle an indexer name in `ValidationResult.MemberNames`
 - aligns `ModelNames.CreatePropertyModelName()` with `TemplateInfo.GetFullHtmlFieldName()`
- handle multiple elements in `ValidationResult.MemberNames`
 - later elements previously ignored
- set `ValidationContext.MemberName` to `null` when no property name is available
 - using type name for a member name was just wrong
2016-06-08 12:05:01 -07:00
..
CompareAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsClientModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsMetadataProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataAnnotationsModelValidatorTest.cs Improve handling of custom `ValidationAttribute`s and their `ValidationResult`s 2016-06-08 12:05:01 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DataTypeClientModelValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -08:00
DefaultModelClientValidatorProviderTest.cs [Fixes #3904] Redesigned IValueProviderFactory and renamed a few methods 2016-02-03 11:31:05 -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 [Perf] Cache the metadata for known type "object" 2016-04-25 13:03:52 -07:00
NumericClientModelValidatorTest.cs Support overrides for client-side validation messages 2016-01-29 11:23:57 -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