From 34e022ab351159d1519fcfbdc6565e9621166ad0 Mon Sep 17 00:00:00 2001 From: Forgind <12969783+Forgind@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:16:51 -0800 Subject: [PATCH] Add telemetry information from dotnet/sdk#45356 --- docs/core/tools/telemetry.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core/tools/telemetry.md b/docs/core/tools/telemetry.md index b8b3fe9e1982c..121c499658901 100644 --- a/docs/core/tools/telemetry.md +++ b/docs/core/tools/telemetry.md @@ -136,6 +136,8 @@ A subset of commands sends selected options if they're used, along with their va | `--logger` | `dotnet vstest` | | `--sdk-package-version` | `dotnet migrate` | +When the SDK fails to resolve a built-in command, any command resolver that successfully resolves the command sends a hash of the command name along with the name of the command resolver type. + Except for `--verbosity` and `--sdk-package-version`, all the other values are hashed starting with .NET Core 2.1.100 SDK. ### Template engine telemetry