aspnetcore/test/WebSites/ControllersFromServicesWebSite
Doug Bunting 63507c8da9 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- update AppVeyor config so this framework version is available
- build tests for desktop .NET only on Windows
2017-02-21 07:15:36 -08: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 Bump test projects up to .NET 4.5.2 2017-02-21 07:15:36 -08: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.