Skip to content

Commit 430e478

Browse files
Add data point for global.json state telemetry collected (#49294)
* add data point for global.json state telemetry collected * Update data point for global.json state values * Update docs/core/tools/telemetry.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 65aa2dc commit 430e478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/tools/telemetry.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The telemetry feature collects the following data:
121121
| >=10.0.100 | Whether MSBuild was used for file-based apps with `dotnet run`. |
122122
| >=10.0.100 | Whether Roslyn compiler was used for file-based apps with `dotnet run`. |
123123
| >=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).|
124+
| >=10.0.100 | Captures the `global.json` state at the time a command is invoked. The state is one of the following values: **not_found**, **valid**, **invalid_json**, or **invalid_data**. |
124125
| >=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. |
125126
| >=10.0.100 | Number of MSBuild tasks executed in TaskHosts versus tasks not executed in TaskHosts. |
126127

0 commit comments

Comments
 (0)