aspnetcore/src/Hosting
David Fowler 1b99352ec7
Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) (#20844)
* Don't re-use DefaultHttpContext if IHttpContextAccessor is in use
- Consumers may still get null or an ODE but will never end up with data from a different request.
- Make sure an ODE is thrown from all properties on HttpContext after the request is over.
2020-04-15 12:41:59 -07:00
..
Abstractions Fix various "Type or namespace not found" errors (#20736) 2020-04-14 10:57:26 -07:00
Hosting Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#15049) (#20844) 2020-04-15 12:41:59 -07:00
Server.Abstractions Fix various "Type or namespace not found" errors (#20736) 2020-04-14 10:57:26 -07:00
Server.IntegrationTesting/src
TestHost
WindowsServices
samples
test
Hosting.sln
build.cmd
startvs.cmd