Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/core/tools/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ The telemetry feature collects the following data:
| >=10.0.100 | Whether MSBuild was used for file-based apps with `dotnet run`. |
| >=10.0.100 | Whether Roslyn compiler was used for file-based apps with `dotnet run`. |
| >=10.0.100 | The detected LLM agent name if the CLI was invoked from an LLM agent. For more information, see [LLM detection](#llm-detection).|
| >=10.0.100 | Which MSBuild Task Factories are used to load and run tasks, (including inline C# tasks, Multithreaded-aware tasks, and out-of-process tasks) and how many tasks they execute. |
| >=10.0.100 | Number of MSBuild tasks executed in TaskHosts versus tasks not executed in TaskHosts. |

### Collected options

Expand Down