aspnetcore/.vscode
Nate McMaster 83958886cc
Implement IHttpRequestIdentifierFeature on Frame
This feature generates a unique ID per request. This unique ID can be
used in event source and logging.

Also, this change improves KestrelEventSource by moving it back into the
Kestrel.Core assembly and de-coupling from the Libuv transport. This
adds two new events, RequestStart and RequestStop, which can be used to
identify the correlation between connection ID and request trace
identifier.
2017-03-31 16:54:35 -07:00
..
extensions.json Add VS Code settings (#1556) 2017-03-29 12:18:03 -07:00
launch.json Add VS Code settings (#1556) 2017-03-29 12:18:03 -07:00
settings.json Add VS Code settings (#1556) 2017-03-29 12:18:03 -07:00
tasks.json Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00