aspnetcore/test/Microsoft.AspNetCore.Mvc.Da.../Internal
Doug Bunting 26a14a25ab Support overrides for client-side validation messages
- #2969
- `RemoteAttribute` did not support `IStringLocalizer` overrides
 - use same `MvcDataAnnotationsLocalizationOptions` property as for other `ValidationAttribute`s
- error message `NumericClientModelValidator` added could not be overridden
 - not related to `IStringLocalizer` because users have no way to set the resource lookup key
 - extend `IModelBindingMessageProvider` to add the necessary `Func<,>`
- also correct problem using resources with `RemoteAttribute` and add lots of tests
2016-01-29 11:23:57 -08:00
..
CompareAttributeAdapterTest.cs Undesign client validation 2016-01-27 09:55:18 -08:00
DataAnnotationsClientModelValidatorProviderTest.cs Added caching for client model validators 2016-01-29 10:40:41 -08:00
DataAnnotationsMetadataProviderTest.cs Allow the use of the Prompt property of DisplayAttribute for the placeholder attribute of input fields (addresses #3723) 2016-01-27 16:18:23 -08:00
DataAnnotationsModelValidatorProviderTest.cs Added caching for validators 2016-01-26 17:15:16 -08:00
DataAnnotationsModelValidatorTest.cs
DataMemberRequiredBindingMetadataProviderTest.cs
DataTypeClientModelValidatorProviderTest.cs Added caching for client model validators 2016-01-29 10:40:41 -08:00
DefaultModelClientValidatorProviderTest.cs Added caching for client model validators 2016-01-29 10:40:41 -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 Support overrides for client-side validation messages 2016-01-29 11:23:57 -08: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