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 Support `[Display(Name = "")]` on enum values 2015-08-06 16:07:50 -07:00
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 [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
DefaultModelClientValidatorProviderTest.cs
MaxLengthAttributeAdapterTest.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
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 [Fixes #2817] Support client side validation for all numeric types 2015-08-13 17:32:13 -07:00
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 Update project.json to have warningsAsErrors accept a bool. 2015-09-02 15:35:13 -07:00