aspnetcore/test/WebSites/XmlFormattersWebSite
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
..
Controllers Use `ModelMetadata.GetDisplayName()` in error message replacing `FormatException` and `OverflowException` 2015-10-22 15:50:36 -07:00
Models
wwwroot
PersonWrapper.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
PersonWrapperProvider.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
PersonWrapperProviderFactory.cs Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
Startup.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
XmlFormattersWebSite.xproj
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

readme.md

XmlFormattersWebSite

This web site illustrates how to configure and use XmlSerializerInputFormatter.