aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Formatters
Ryan Nowak a14fdd8637 Remove FormatFilter dependency on IActionContextAccessor
This change simplifies IFormatFilter's API and removes the dependency on
IActionContext accessor.

The old API for IFormatFilter required computing state based on the
current request as part of the constructor, which in turn implied the use
of a context accessor. This isn't really needed. I didn't preserve caching of
the 'format' as that seems like an early optimization.
2015-11-25 17:01:16 -08:00
..
FormatFilterTest.cs Remove FormatFilter dependency on IActionContextAccessor 2015-11-25 17:01:16 -08:00
FormatterCollectionTest.cs
FormatterMappingsTest.cs
HttpNotAcceptableOutputFormatterTest.cs
InputFormatterTest.cs Add InputFormatter buffer pooling 2015-11-02 14:36:59 -08:00
NoContentFormatterTests.cs
OutputFormatterTests.cs
StreamOutputFormatterTest.cs
StringOutputFormatterTests.cs