aspnetcore/src
Doug Bunting d8d2e54506 Remove extra options to manipulate `JsonSerializerSettings`
- #4339: remove non-recommended JSON formatter constructors
 - affects `JsonInputFormatter`, `JsonOutputFormatter`, `JsonPatchInputFormatter`
 - `JsonOutputFormatter` cleanup also impacts `JsonHelper`
 - rename and make `SerializerSettingsProvider` class public; use it as appropriate
- #4409: make `SerializerSetings` properties get-only and `protected`
 - affects `JsonInputFormatter`, `JsonOutputFormatter`

Recommended patterns:
- change `JsonSerializerSettings` values in `MvcJsonOptions` for almost all customizations
- find `JsonOutputFormatter` in `MvcOptions.OutputFormatters` when limiting per-result formatters
- start with `JsonSerializerSettingsProvider.CreateSerializerSettings()` when customizing a per-result formatter
2016-04-27 14:48:16 -07:00
..
Microsoft.AspNet.Mvc.Razor.Host.VSRC1
Microsoft.AspNetCore.Mvc
Microsoft.AspNetCore.Mvc.Abstractions Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer
Microsoft.AspNetCore.Mvc.Core [Perf] Cache the metadata for known type "object" 2016-04-25 13:03:52 -07:00
Microsoft.AspNetCore.Mvc.Cors
Microsoft.AspNetCore.Mvc.DataAnnotations
Microsoft.AspNetCore.Mvc.Dnx
Microsoft.AspNetCore.Mvc.Formatters.Json Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml
Microsoft.AspNetCore.Mvc.Localization
Microsoft.AspNetCore.Mvc.Razor Simplify assembly load on CoreCLR 2016-04-25 09:45:23 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host [Perf] RazorPage.CreateModelExpression is allocating expression names 2016-04-22 12:55:28 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers
Microsoft.AspNetCore.Mvc.ViewFeatures Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim Remove OperationBindingContext 2016-04-25 09:29:03 -07:00