aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Formatters
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
..
FormatFilterTest.cs
FormatterCollectionTest.cs
FormatterMappingsTest.cs
HttpNotAcceptableOutputFormatterTest.cs
InputFormatterTest.cs Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
NoContentFormatterTests.cs
OutputFormatterTests.cs
StreamOutputFormatterTest.cs
StringOutputFormatterTests.cs Fix failures in StringOutputFormatter functional tests 2015-10-20 22:12:21 -07:00