Skip to content

Commit 647926f

Browse files
Copilotmeaghanlewis
andcommitted
Add MSBuild TaskFactory telemetry documentation
Co-authored-by: meaghanlewis <[email protected]>
1 parent 88c9444 commit 647926f

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 | Usage counts of MSBuild Task Factories (for example, inline C# tasks, multithreaded-aware tasks, out-of-process tasks). |
125+
| >=10.0.100 | Number of MSBuild tasks executed in TaskHosts versus not in TaskHosts. |
124126

125127
### Collected options
126128

0 commit comments

Comments
 (0)