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.