#9 Disable telemetry by default
Merged by rhea. Opened by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

Download 9.patch

Users will have to explicitly export DOTNET_CLI_TELEMETRY_OPTOUT=0 to enable telemetry.

Build: https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/build/809939/

The other option was to add to /etc/profile.d/dotnet.sh but that wouldn't get sourced until the user logs in again. Until then, dotnet would be sending telemetry data (unintentionally).

Pull-Request has been merged by rhea

Metadata