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

Add Telemetry support. Bump to MSbuild 17+ #15

Merged
merged 6 commits into from
Jun 4, 2024
Merged

Add Telemetry support. Bump to MSbuild 17+ #15

merged 6 commits into from
Jun 4, 2024

Conversation

dellis1972
Copy link
Collaborator

@dellis1972 dellis1972 commented May 20, 2024

IBuildEngine5 added support for sending Telemetry data https://learn.microsoft.com/en-us/dotnet/api/microsoft.build.framework.ibuildengine5.logtelemetry?view=msbuild-17-netcore. We need to expose a helper method in the AsyncTask so that tasks using it can log telemetry.

We have to use the same pattern as we do for other logging event, the data should be queue'd and then disapatched on the main UI thread so that we can prevent locking.

@dellis1972
Copy link
Collaborator Author

/azp run

Copy link

No pipelines are associated with this pull request.

@dellis1972 dellis1972 requested a review from jonpryor May 22, 2024 11:55
@dellis1972 dellis1972 merged commit db4ce14 into main Jun 4, 2024
4 checks passed
@dellis1972 dellis1972 deleted the telemetry branch June 4, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants