Skip to content

Commit 00dc851

Browse files
CopilotmeaghanlewisCopilotbaronfelgewarren
authored
Add MSBuild TaskFactory telemetry documentation (#49380)
* Initial plan * Add MSBuild TaskFactory telemetry documentation Co-authored-by: meaghanlewis <[email protected]> * Refine telemetry documentation for MSBuild Task Factories usage and execution counts * Update docs/core/tools/telemetry.md Co-authored-by: Copilot <[email protected]> * Update docs/core/tools/telemetry.md Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: meaghanlewis <[email protected]> Co-authored-by: Meaghan Osagie <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent 568c69d commit 00dc851

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/core/tools/telemetry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ 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 | 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. |
125+
| >=10.0.100 | Number of MSBuild tasks executed in TaskHosts versus tasks not executed in TaskHosts. |
124126

125127
### Collected options
126128

0 commit comments

Comments
 (0)