aspnetcore/test/WebSites/ControllersFromServicesWebSite
jacalvar 0d0aad41f5 [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic.
* Added ControllerFeature and ControllerFeatureProvider to perform controller discovery.
* Changed controller discovery to use application parts.
* Changed ControllerActionDescriptorProvider to make use of Application parts.
* Simplified AddControllerAsServices to not accept any parameter and perform
  controller discovery through the ApplicationPartManager in the IMvcBuilder
  and IMvcCoreBuilder. Assemblies should be added to the ApplicationPartManager
  in order to discover controllers in them.
2016-04-01 09:29:37 -07:00
..
wwwroot
AnotherController.cs Make AddControllersAsServices not overwrite existing IControllerTypeProvider 2016-02-17 10:14:31 -08:00
ControllersFromServicesWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
NotInServicesController.cs
Startup.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
ViewData.cshtml
project.json Fixed packages 2016-03-25 12:27:49 -07:00
readme.md

readme.md

Functional test site for verifying that controllers registered as services can be consumed by DefaultControllerFactory.