Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

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

@azure-pipelines
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
@dellis1972 dellis1972 deleted the telemetry branch June 4, 2024 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants