aspnetcore/test/Microsoft.AspNet.Mvc.Format...
Doug Bunting 40b7636b72 Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException`
- #3227
- much of change is to tests, creating and passing `ModelMetadata`
- updated `InputFormatterContext` to make `ModelMetadata` available to `JsonInputFormatter`
  - walk `ModelMetadata` tree to get information about property with an issue
- add missing `null` checks in `ModelStateDictionaryExtensions`
2015-10-22 15:50:36 -07:00
..
JsonInputFormatterTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
JsonOutputFormatterTests.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
JsonPatchInputFormatterTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
JsonResultTest.cs Add logging to ActionResults and ControllerActionInvoker 2015-10-21 13:16:14 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test.xproj
project.json Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00