aspnetcore/test/WebSites
Stephen Halter 54ac14fa0f IServiceProvider.GetService now returns null for missing services
Previously GetService would throw if the requested service was missing.
This commit updates MVC to account for the change in behavior.
2014-10-16 14:51:34 -07:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite
FilesWebSite [Fixes #1201] Handle virtual paths in FilePathResult 2014-10-16 13:05:55 -07:00
FiltersWebSite
FormatterWebSite
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration IServiceProvider.GetService now returns null for missing services 2014-10-16 14:51:34 -07:00
ModelBindingWebSite [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
RazorInstrumentationWebsite
RazorWebSite
RoutingWebSite
TagHelpersWebSite Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
UrlHelperWebSite
ValueProvidersSite [Fixefor #860]- Adding Support for [FromFormData] [FromQuery] and [FromRoute], 2014-10-16 10:20:15 -07:00
VersioningWebSite
WebApiCompatShimWebSite [Fixes #1283] Add functional tests for WebAPI-style controllers returning HttpContent 2014-10-16 01:52:33 -07:00
XmlSerializerWebSite