aspnetcore/test/Microsoft.AspNet.Mvc.DataAn...
Doug Bunting 28aec3f5cc Support user overrides of system-provided `ModelError` messages
- #2969
- add `ModelBindingMessages` for configuration and `IBindingMetadataProvider` overrides
  - use `interface` to avoid `new` oddities when adding a setter to an `abstract` property
- add `IModelBindingMessages` to `ModelMetadata` for use in rest of the product code
- plumb the various bits through the system
- add integration tests using a custom `IBindingMetadataProvider`s to override messages

nits:
- remove unused resources
- use `AttemptedValue` and not `model` in `SimpleTypeModelBinder`
2015-09-28 15:50:21 -07:00
..
Properties
CompareAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
DataAnnotationsClientModelValidatorProviderTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
DataAnnotationsMetadataProviderTest.cs
DataAnnotationsModelValidatorProviderTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
DataAnnotationsModelValidatorTest.cs Move ModelExplorer to ViewFeatures 2015-09-28 14:14:40 -07:00
DataMemberRequiredBindingMetadataProviderTest.cs
DataTypeClientModelValidatorProviderTest.cs
DefaultModelClientValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj
MinLengthAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
ModelMetadataProviderTest.cs Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
NumericClientModelValidatorTest.cs
RangeAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
RequiredAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Resources.resx
StringLengthAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
TestModelNameProvider.cs
TestResources.cs
project.json