Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement AsyncCausalityTracer #37945

Closed
sywhang opened this issue Jun 16, 2020 · 1 comment
Closed

Implement AsyncCausalityTracer #37945

sywhang opened this issue Jun 16, 2020 · 1 comment
Assignees
Milestone

Comments

@sywhang
Copy link
Contributor

sywhang commented Jun 16, 2020

There was a recent regression in AsyncCausalityTracer when WinRT supported was removed via #36715. This causes TplEventSource/Operation/Start and TplEventSource/Operation/Stop events to stop firing.

This was found while investigating a different issue reported from VS where these events were never being fired on Linux. The reason is because the removed AsyncCausalityTracer depended on COM interop so it was excluded from the build on non-Windows platforms.

This item tracks implementing cross-platform AsyncCausalityTracer so that both problems described above can be addressed.

@sywhang sywhang added this to the 5.0.0 milestone Jun 16, 2020
@sywhang sywhang self-assigned this Jun 16, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Jun 16, 2020
@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label Jun 16, 2020
@sywhang
Copy link
Contributor Author

sywhang commented Jul 1, 2020

Closed via #38313

@sywhang sywhang closed this as completed Jul 1, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants