aspnetcore/test/Microsoft.AspNet.Mvc.TestCo...
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
..
CommonFilterTest.cs
HtmlContentUtilities.cs
Microsoft.AspNet.Mvc.TestCommon.xproj
PlatformNormalizer.cs
ResourceFile.cs
TestClientModelValidatorProvider.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
TestFileChangeToken.cs Reacting to IExpirationTrigger -> IChangeToken rename 2015-09-22 08:14:34 -07:00
TestFileInfo.cs
TestFileProvider.cs Reacting to IExpirationTrigger -> IChangeToken rename 2015-09-22 08:14:34 -07:00
TestHtmlEncoder.cs
TestJavaScriptEncoder.cs
TestModelMetadataProvider.cs Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
TestModelValidatorProvider.cs Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
TestOptionsManager.cs
TestUrlEncoder.cs
ValidationAttributeUtil.cs
project.json