Skip to content
Draft
Changes from all 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
12 changes: 11 additions & 1 deletion docs/core/tools/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
title: .NET SDK and .NET CLI telemetry
description: The .NET SDK and the .NET CLI collect usage information and send it to Microsoft. Learn what data is collected and how to opt out.
author: KathleenDollard
ms.date: 10/07/2025
ms.date: 08/11/2026
Comment thread
jjonescz marked this conversation as resolved.
ai-usage: ai-assisted
---
# .NET SDK and .NET CLI telemetry

Expand Down Expand Up @@ -58,6 +59,15 @@ For more information about your privacy and personal data collected, see the [Mi

The following tabs show the telemetry data captured by SDK version:

# [.NET 11](#tab/dotnet11)

- **SDK version 11.0.100 and later:**
- Roslyn compiler output cache telemetry:
- Whether the compiler found and restored a cached compilation result.
- The outcome of an attempt to store a compilation result in the cache.
- The compiler language (C# or Visual Basic).
- Time spent computing the cache key, restoring a cached result, storing a result, and compiling and emitting on a cache miss.

# [.NET 10](#tab/dotnet10)

- **SDK version 10.0.100 and later:**
Expand Down
Loading