aspnetcore/test
Ryan Nowak 35ee0e3a49 Fix for #2739
This change removes the validation that forces an OutputFormatter to set
an encoding, so that you can use the OutputFormatter base class for
non-text.

The check that we had would pretty much only be hit when you
didn't have any SupportedEncodings. If you have anything in
SupportedEncodings, then one of them will be picked as a default. So
removing the check is to do, because for a text-based formatter you'd
never run into this issue in the first place.
2015-07-10 12:01:57 -07:00
..
Microsoft.AspNet.JsonPatch.Test Refactoring to get ready for JsonPatch (for dynamics) support. Relay generic typing to outer-facing contract. 2015-07-08 15:06:32 -07:00
Microsoft.AspNet.Mvc.Abstractions.Test Add `ModelState` entries for greedy and type-matching model binders 2015-06-23 22:34:55 -07:00
Microsoft.AspNet.Mvc.ApiExplorer.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Core.Test Fix for #2739 2015-07-10 12:01:57 -07:00
Microsoft.AspNet.Mvc.Cors.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.DataAnnotations.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Formatters.Json.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.FunctionalTests React to move of StatusCodes 2015-07-08 12:43:33 -07:00
Microsoft.AspNet.Mvc.IntegrationTests Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
Microsoft.AspNet.Mvc.Razor.Host.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Razor.Test fixing 2704 -- Rename LanguageViewLocationExpanderOption to LanguageViewLocationExpanderFormat 2015-07-09 15:38:11 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.Test Add basic startup experience for MVC.Core 2015-07-08 17:16:07 -07:00
Microsoft.AspNet.Mvc.TestCommon Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test React to move of StatusCodes 2015-07-08 12:43:33 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest React to move of StatusCodes 2015-07-08 12:43:33 -07:00
WebSites fixing 2704 -- Rename LanguageViewLocationExpanderOption to LanguageViewLocationExpanderFormat 2015-07-09 15:38:11 -07:00