Users will have to explicitly export DOTNET_CLI_TELEMETRY_OPTOUT=0 to enable telemetry.
export DOTNET_CLI_TELEMETRY_OPTOUT=0
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).
/etc/profile.d/dotnet.sh
Pull-Request has been merged by rhea
Users will have to explicitly
export DOTNET_CLI_TELEMETRY_OPTOUT=0to enable telemetry.Build: https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/build/809939/