aspnetcore/src/Hosting
David Fowler d4a982fefa
Reduce allocations when Activity is enabled (#11020)
- Remove string allocations caused by DiagnosticSource.Stop/StartActivity
- Pass the HttpContext directly as the object for StartActivity and StopActivity to avoid the anonymous object allocation.
- Though it's a bit ugly, added an HttpContext property to DefaultHttpContext to avoid breaking back-compat (which had to do reflection to get the HttpContext property anyways)
2019-06-10 13:37:15 -07:00
..
Abstractions
Hosting Reduce allocations when Activity is enabled (#11020) 2019-06-10 13:37:15 -07:00
Server.Abstractions
Server.IntegrationTesting
TestHost Noop on the request body stream in TestServer (#10738) 2019-06-02 13:53:36 -07:00
WindowsServices
samples
test Mark ShutdownTestRun as Flaky (#10852) 2019-06-04 16:59:17 -07:00
Hosting.sln Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
startvs.cmd