aspnetcore/test/WebSites/ControllersFromServicesWebSite
Doug Bunting 7430efa8cc One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 16:21:18 -07:00
..
Components [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
TagHelpers [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
Views/Another [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
AnotherController.cs [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
AssemblyMetadataReferenceFeatureProvider.cs Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
ControllersFromServicesWebSite.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
NotInServicesController.cs
Startup.cs Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
ValueService.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewData.cshtml
project.json Removing extra imports from projects 2016-07-06 08:59:58 -07:00
readme.md
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -07:00

readme.md

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