aspnetcore/test/WebSites/RequestServicesWebSite
N. Taylor Mullen 1d578ca2fd Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07: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#164: Camel-case tag helper directives 2015-02-13 12:07:21 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
RequestIdMiddleware.cs
RequestIdService.cs Reacting to hosting API changes 2015-03-02 12:03:01 -08:00
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
RequestScopedFilter.cs
RequestScopedTagHelper.cs Reacting to Razor changes - TagHelperOutput is writing to TextWriter instead of string. 2015-03-04 12:56:58 -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 Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

RequestServicesWebSite

This web site registers services which are scoped per request. This web site is used for functional testing to ensure that the services are per-request and does not linger around to impact the next request.