aspnetcore/test
Doug Bunting 26a14a25ab Support overrides for client-side validation messages
- #2969
- `RemoteAttribute` did not support `IStringLocalizer` overrides
 - use same `MvcDataAnnotationsLocalizationOptions` property as for other `ValidationAttribute`s
- error message `NumericClientModelValidator` added could not be overridden
 - not related to `IStringLocalizer` because users have no way to set the resource lookup key
 - extend `IModelBindingMessageProvider` to add the necessary `Func<,>`
- also correct problem using resources with `RemoteAttribute` and add lots of tests
2016-01-29 11:23:57 -08:00
..
Microsoft.AspNet.Mvc.Core.Test/ModelBinding [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches 2016-01-28 15:46:17 -08:00
Microsoft.AspNetCore.Mvc.Abstractions.Test Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches 2016-01-28 15:46:17 -08:00
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Host.Test
Microsoft.AspNetCore.Mvc.Razor.Test
Microsoft.AspNetCore.Mvc.TagHelpers.Test Added caching for client model validators 2016-01-29 10:40:41 -08:00
Microsoft.AspNetCore.Mvc.Test
Microsoft.AspNetCore.Mvc.TestCommon Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Support overrides for client-side validation messages 2016-01-29 11:23:57 -08:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches 2016-01-28 15:46:17 -08:00