aspnetcore/test/WebSites
sornaks 5b1bcb6079 Issue #1214: Cannot pass a int parameter to the views from ViewComponent.
Fix: Checking if the model is not null in the Copy constructor of ViewDataDictionary.
2014-10-17 16:40:25 -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 Adding support for bind attribute. 2014-10-17 16:24:28 -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 Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
WebApiCompatShimWebSite Fix for item #1278 - Add WebAPI ActionResult types and helper methods on 2014-10-16 19:33:49 -07:00
XmlSerializerWebSite