aspnetcore/test/WebSites/RequestServicesWebSite
Pranav K e1e43e1e8c ControllerActivator should be able to use controllers registered as
services

* Added WithControllersFromServiceProvider that replaces the default
  controller activator with a service based one.
* Move activation to DefaultControllerFactory
* Modify [Activate] behavior so that it no longer activates services. Use
  [FromService] attribute to hydrate services

Fixes #1707
2015-02-11 16:41:59 -08:00
..
Controllers ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
Models
Views/Other React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
wwwroot Adding proper descriptions in readme.md files for functional tests. 2015-01-15 11:12:48 -08:00
RequestIdMiddleware.cs
RequestIdService.cs React to IContextAccessor -> IScopedInstance 2015-01-12 10:25:21 -08:00
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs Modify TagHelper tests to abide by new content mode design. 2015-01-16 15:56:03 -08:00
RequestServicesWebSite.kproj
Startup.cs Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
project.json