Skip to content

Adding telemetry collection in Roslyn analyzers #76564

Closed Answered by 333fred
SENya1990 asked this question in Q&A
Discussion options

You must be logged in to vote

If you know a way to collect telemetry from the Roslyn analyzer, or a VS extension that does this, please share it with me.

There is no built-in mechanism for this for VS extension developers as far as I'm aware, and even if there were, analyzers could not take advantage of such an API, as they cannot depend on any VS APIs and cannot do any form of manual IO. There's nothing built-in for this, you'd have to write some sort of VS extension that collects and reports this info as you choose.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by SENya1990
Comment options

You must be logged in to vote
1 reply
@333fred
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants