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 API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
HtmlContentUtilities.cs Making DefaultDisplayTemplates and DefaultEditorTemplates use IHtmlContent. 2015-08-10 14:55:34 -07:00
Microsoft.AspNet.Mvc.TestCommon.xproj
PlatformNormalizer.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ResourceFile.cs Issue #2779 - Normalize newlines to "\r\n" instead of "\n". 2015-08-14 17:13:29 -07:00
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 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestFileProvider.cs Reacting to IExpirationTrigger -> IChangeToken rename 2015-09-22 08:14:34 -07:00
TestHtmlEncoder.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestJavaScriptEncoder.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
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 Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
TestUrlEncoder.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ValidationAttributeUtil.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
project.json [quick fix] Allow `TestCommon` project to build successfully 2015-09-18 16:45:01 -07:00