Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 531 Bytes

disable-dotnet-cli-telemetry.md

File metadata and controls

13 lines (8 loc) · 531 Bytes

Disable DotNet CLI Telemetry

Category: DotNet

The .NET SDK includes a telemetry feature that collects usage data and sends it to Microsoft when you use .NET CLI commands.

You can disable .NET telemetry at the command line by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to true.

set DOTNET_CLI_TELEMETRY_OPTOUT=true

To make this configuration permanent on your machine, add the setting to your system environment variables.