aspnetcore/test/Microsoft.AspNetCore.Mvc.We...
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
..
HttpRequestMessage Remove OperationBindingContext 2016-04-25 09:29:03 -07:00
Mocks Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
TestUtils
ApiControllerActionDiscoveryTest.cs Streamlining action selection and route values 2016-04-22 17:36:23 -07:00
ApiControllerTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
BadRequestErrorMessageResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
ConflictResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
DefaultContentNegotiatorTest.cs Migrate tests, tools and samples to portable 2016-04-18 17:20:15 -07:00
ExceptionResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
HttpResponseExceptionActionFilterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
InternalServerErrorResultTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
InvalidModelStateResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest.xproj
NegotiatedContentResultTest.cs Remove extra options to manipulate `JsonSerializerSettings` 2016-04-27 14:48:16 -07:00
OverloadActionConstraintTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
TestHttpResponseStreamWriterFactory.cs
project.json Use latest build of dotnet-test-xunit 2016-04-19 14:54:07 -07:00