.NET Core SDK Telemetry #29

Closed
opened 2026-02-06 19:12:21 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @anthonylavado on GitHub (Dec 11, 2018).

As reported in the Riot room, there are some commands for .NET Core that send back telemetry to Microsoft (see reference: https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry)

At present, the commands that do this are believed to be:

  • dotnet build
  • dotnet pack
  • dotnet restore
  • dotnet run

According to the reference page, there is an environment variable that can be used to disable these. We should include this in our instructions/package/build so that we don't accidentally send out details without permission.

(thanks to qurqar in #jellyfin for reporting this.)

Originally created by @anthonylavado on GitHub (Dec 11, 2018). As reported in the [Riot](https://riot.im/app/#/room/#jellyfin:matrix.org) room, there are some commands for .NET Core that send back telemetry to Microsoft (see reference: https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry) At present, the commands that do this are believed to be: - dotnet build - dotnet pack - dotnet restore - dotnet run According to the reference page, there is an environment variable that can be used to disable these. We should include this in our instructions/package/build so that we don't accidentally send out details without permission. (thanks to qurqar in #jellyfin for reporting this.)
OVERLORD added the enhancement label 2026-02-06 19:12:21 +03:00
Author
Owner

@dcrdev commented on GitHub (Dec 12, 2018):

Definitely we should raise awareness of this

@dcrdev commented on GitHub (Dec 12, 2018): Definitely we should raise awareness of this
Author
Owner

@anthonylavado commented on GitHub (Dec 12, 2018):

Just re-opening to track a future PR for the Debian build file, as mentioned in #80

@anthonylavado commented on GitHub (Dec 12, 2018): Just re-opening to track a future PR for the Debian build file, as mentioned in #80
Author
Owner

@anthonylavado commented on GitHub (Dec 12, 2018):

@joshuaboniface Are you able to check if the Debian build stuff can have this env variable put in?

@anthonylavado commented on GitHub (Dec 12, 2018): @joshuaboniface Are you able to check if the Debian build stuff can have this env variable put in?
Author
Owner

@joshuaboniface commented on GitHub (Dec 12, 2018):

It's been added.

@joshuaboniface commented on GitHub (Dec 12, 2018): It's been added.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#29