aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
Microsoft.AspNet.Mvc.ApiExplorer.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.Core.Test Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
Microsoft.AspNet.Mvc.Cors.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test
Microsoft.AspNet.Mvc.FunctionalTests Add localizers to validation attributes 2015-09-25 16:13:21 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
Microsoft.AspNet.Mvc.Localization.Test fix #2747: Fix Mvc localization test once dnx support reading resources 2015-09-24 12:53:20 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test TModel substitution in Razor pages has broken intellisense 2015-09-23 17:47:52 -07:00
Microsoft.AspNet.Mvc.Razor.Test Replace NotNullAttribute with thrown exceptions 2015-09-26 23:48:43 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Move ModelExplorer to ViewFeatures 2015-09-28 14:14:40 -07:00
Microsoft.AspNet.Mvc.Test API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
Microsoft.AspNet.Mvc.TestCommon Support user overrides of system-provided `ModelError` messages 2015-09-28 15:50:21 -07:00
Microsoft.AspNet.Mvc.TestTelemetryListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Move ModelExplorer to ViewFeatures 2015-09-28 14:14:40 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Rewrite of validation 2015-09-25 16:56:42 -07:00
WebSites Replace NotNullAttribute with thrown exceptions 2015-09-26 23:48:43 -07:00