- #3140 - clone `MediaTypeHeaderValue` instance before updating it when content negotiation succeeds - avoids changes to `MediaTypeConstants` properties and `OutputFormatter.SupportedMediaTypes` entries - `MediaTypeHeaderValue.Clone()` does not exist in our DNX Core fork of this class - in previous implementation, was called defensively rather than when required - update `WebApiCompatShimBasicTest` functional tests to use `MvcTestFixture<TStartup>` everywhere - #3140 blocked that final migration - remove `TestHelper` since it's no longer referenced nits: - remove comments mentioning `TestHelper` - correct spelling of "negotiation" |
||
|---|---|---|
| .. | ||
| Microsoft.AspNet.Mvc.Abstractions.Test | ||
| Microsoft.AspNet.Mvc.ApiExplorer.Test | ||
| Microsoft.AspNet.Mvc.Core.Test | ||
| Microsoft.AspNet.Mvc.Cors.Test | ||
| Microsoft.AspNet.Mvc.DataAnnotations.Test | ||
| Microsoft.AspNet.Mvc.Formatters.Json.Test | ||
| Microsoft.AspNet.Mvc.Formatters.Xml.Test | ||
| Microsoft.AspNet.Mvc.FunctionalTests | ||
| Microsoft.AspNet.Mvc.IntegrationTests | ||
| Microsoft.AspNet.Mvc.Localization.Test | ||
| Microsoft.AspNet.Mvc.Razor.Host.Test | ||
| Microsoft.AspNet.Mvc.Razor.Test | ||
| Microsoft.AspNet.Mvc.TagHelpers.Test | ||
| Microsoft.AspNet.Mvc.Test | ||
| Microsoft.AspNet.Mvc.TestCommon | ||
| Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources | ||
| Microsoft.AspNet.Mvc.ViewFeatures.Test | ||
| Microsoft.AspNet.Mvc.WebApiCompatShimTest | ||
| WebSites | ||