Skip to content

Instantly share code, notes, and snippets.

@mattiasghodsian
Created July 13, 2021 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattiasghodsian/ec7388b1e2f8b547e6dff688b3ba07f8 to your computer and use it in GitHub Desktop.
Save mattiasghodsian/ec7388b1e2f8b547e6dff688b3ba07f8 to your computer and use it in GitHub Desktop.
Turn off .NET SDK telemetry On Debian/Ubuntu
"The .NET SDK includes a telemetry feature that collects usage data and exception information when the .NET 
CLI crashes. The .NET CLI comes with the .NET SDK and is the set of verbs that enable you to build, test, 
and publish your .NET apps. It's important that the .NET team understands how the tools are used so they 
can be improved. Information on failures helps the team resolve problems and fix bugs."

The .NET SDK telemetry feature is enabled by default but should be prompt witch Yes/No while setting up. To turn off Telemetry open up the terminal and run

export DOTNET_CLI_TELEMETRY_OPTOUT=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment