aspnetcore/test
Doug Bunting f04286562e Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently
- now, if client sends e.g. `Content-type: text/json;charset=[invalid]`, service will respond with HTTP/415
 - if client sends `Content-type: text/json`, service will still try UTF-8 (or updated default encoding)
 - intentional (and slight) behaviour change from 1ac7315
- include and a few new tests and some cleanup from same commit
2016-11-03 10:51:39 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test ProducesResponseTypeAttribute(int statusCode) ctor added 2016-10-19 17:08:06 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently 2016-11-03 10:51:39 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test
Microsoft.AspNetCore.Mvc.FunctionalTests Antiforgery goes at the end of filters 2016-11-02 16:50:27 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Host.Test
Microsoft.AspNetCore.Mvc.Razor.Test [Fixes #5216] Make generic parameters work with ViewComponent tag helpers 2016-11-02 15:55:23 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Moved CaseSensitiveTagHelperAttributeComparer to Razor.TagHelpers.Testing.Sources 2016-11-01 14:51:37 -07:00
Microsoft.AspNetCore.Mvc.Test
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test [#5430] CookieTempDataProvider chunking broken 2016-11-01 16:13:27 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Move value source information from `<remarks>` to `<summary>` 2016-10-28 16:43:59 -07:00
WebSites Remove references to Iddentity 2016-11-03 10:42:20 -07:00