aspnetcore/test/WebSites
jacalvar 98d749d03c [Fixes #1389] Can't bind complex type data from route parameters.
Changed DictionaryBasedValueProvider to do a prefix check instead of just checking if the underlying
dictionary contains the key.
2014-10-17 15:32:21 -07:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
FilesWebSite
FiltersWebSite
FormatterWebSite Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
InlineConstraintsWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ModelBindingWebSite [Fixes #1389] Can't bind complex type data from route parameters. 2014-10-17 15:32:21 -07:00
RazorInstrumentationWebsite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
RazorWebSite
RoutingWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
TagHelpersWebSite
UrlHelperWebSite
ValueProvidersSite
VersioningWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ViewComponentWebSite ViewComponent.Invoke() should be able to invoke views 2014-10-17 12:23:18 -07:00
WebApiCompatShimWebSite Fix for item #1278 - Add WebAPI ActionResult types and helper methods on 2014-10-16 19:33:49 -07:00
XmlSerializerWebSite