aspnetcore/test/WebSites
Ryan Nowak 3968df90e4 Fix issue #1282 - Add Request.CreateResponse extension methods
Adds the set of CreateResponse/CreateErrorResponse extension methods that
return an HttpResponseMessage.

For the overloads that perform content negotiation they will access the
collection of MediaTypeFormatters through the shim options. Note that
CreateResponse and friends use the OLD formatters.

Also, HttpError and CreateErrorResponse assume ErrorDetail == false. Using
the shim you will not get detailed error messages unless you construct the
HttpError instance yourself.
2014-10-10 13:42:09 -07:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
ApplicationModelWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FilesWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
FiltersWebSite
FormatterWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
RazorInstrumentationWebsite
RazorWebSite
RoutingWebSite
TagHelpersWebSite
UrlHelperWebSite Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
ValueProvidersSite
VersioningWebSite Reacting to CLR package versioning changes 2014-10-10 10:34:01 -07:00
WebApiCompatShimWebSite Fix issue #1282 - Add Request.CreateResponse extension methods 2014-10-10 13:42:09 -07:00
XmlSerializerWebSite