aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
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
..
FormatFilterTest.cs Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
FormatterCollectionTest.cs
FormatterMappingsTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
InputFormatterTest.cs
MediaTypeTest.cs Correctly handle quoted media type parameter values 2016-10-24 13:16:09 -07:00
NoContentFormatterTests.cs
OutputFormatterTests.cs
StreamOutputFormatterTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
StringOutputFormatterTests.cs
TextInputFormatterTest.cs Do not call `Encoding.GetEncoding()` with a string from the request 2016-10-24 14:59:49 -07:00
TextOutputFormatterTests.cs