Hacker News new | ask | show | jobs
by omajid 1399 days ago
Most distro packages for .NET have disabled telemetry. As far as I can tell, this is the case for:

- Alpine: https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/c...

- Arch Linux: https://github.com/archlinux/svntogit-community/blob/package...

- Fedora: https://src.fedoraproject.org/rpms/dotnet3.1/blob/f36/f/cli-...

- RHEL: https://gitlab.com/redhat/centos-stream/rpms/dotnet6.0/-/blo...

- Ubuntu: http://archive.ubuntu.com/ubuntu/pool/universe/d/dotnet6/dot...

The homebrew build of .NET is the only non-Microsoft build of .NET that seems to keep it enabled (https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/...).