aspnetcore/test
Doug Bunting 42017faa21 Add `InputFormatterResult` and `InputFormatterContext.ModelName`
- #2722
- make communication of errors from formatters to `BodyModelBinder` explicit
  - `JsonInputFormatter` now adds errors to `ModelStateDictionary` with correct key
- change `InputFormatter.SelectCharacterEncoding()` to add an error and return `null` when it fails
  - one less `Exception` case and removes some duplicate code

nits:
- improve some doc comments (more `<inheritdoc/>`, `<paramref/>` and `<see/>`)
- add another two `BodyValidationIntegrationTests` tests
2015-09-19 21:36:38 -07:00
..
Microsoft.AspNet.JsonPatch.Test
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.IntegrationTests Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00
Microsoft.AspNet.Mvc.Localization.Test Fixing CI build failure 2015-09-17 16:10:36 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Changes per PR comments 2015-09-17 15:42:58 -07:00
Microsoft.AspNet.Mvc.Razor.Test Fix Razor test compilation failure 2015-09-17 16:47:07 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Changes per PR comments 2015-09-17 15:42:58 -07:00
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon [quick fix] Allow `TestCommon` project to build successfully 2015-09-18 16:45:01 -07:00
Microsoft.AspNet.Mvc.TestTelemetryListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Changes per PR comments 2015-09-17 15:42:58 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Changes per PR comments 2015-09-17 15:42:58 -07:00
WebSites Add `InputFormatterResult` and `InputFormatterContext.ModelName` 2015-09-19 21:36:38 -07:00