aspnetcore/test
Doug Bunting 1ac731519a Do not call `Encoding.GetEncoding()` with a string from the request
- #5351
- fix affects only `TextInputFormatter`
 - `TextOutputFormatter` already does the Right Thing™️ with `Accept-Charset` headers
 - `ResponseContentTypeHelper` uses `Encoding.GetEncoding()` but is not passed request data
2016-10-24 14:59:49 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer.Test ProducesResponseTypeAttribute(int statusCode) ctor added 2016-10-19 17:08:06 -07:00
Microsoft.AspNetCore.Mvc.Core.Test Do not call `Encoding.GetEncoding()` with a string from the request 2016-10-24 14:59:49 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Added a functional test for ViewComponent tag helpers 2016-10-21 16:17:13 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test [Fixes #5421] Visit children when accepting TagHelperChunk 2016-10-18 12:00:07 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Added fragment to FormActionTagHelper and FormActionTagHelper 2016-10-18 09:46:50 -07:00
Microsoft.AspNetCore.Mvc.Test Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
Microsoft.AspNetCore.Mvc.TestCommon Update partner package versions 2016-10-03 14:27:20 -07:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources Update partner package versions 2016-10-03 14:27:20 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Check for null arguments in GetArgumentDictionary 2016-10-20 13:40:39 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest Updating to netcoreapp1.1 2016-10-13 11:21:09 -07:00
WebSites Added a functional test for ViewComponent tag helpers 2016-10-21 16:17:13 -07:00