tl;dr please?
Microsoft/.Net Foundation added telemetry to the dotnet command line last year
11–20 of 101 posts
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#12I think they should ask people like Yeoman, but I don't think they deserve this much shit for such a small thing.
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#13[1] https://blogs.msdn.microsoft.com/dotnet/2017/07/21/what-weve...
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#14For reference, they collect[1]: The command being used (for example, "build", "restore") The ExitCode of the command For test projects, the test runner being used The timestamp of invocation The framework used Whether runtime IDs are present in the "runtimes" node The CLI version being used I'm actually OK with this to be honest. Here is the telemetry code itself: https://github.com/dotnet/cli/blob/5a37290f24aba5d35f…
So this is yet another case of someome blowing something completely out of proportions and spending their time working on something completely useless that will never benefit them.
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#15For reference, they collect[1]: The command being used (for example, "build", "restore") The ExitCode of the command For test projects, the test runner being used The timestamp of invocation The framework used Whether runtime IDs are present in the "runtimes" node The CLI version being used I'm actually OK with this to be honest. Here is the telemetry code itself: https://github.com/dotnet/cli/blob/5a37290f24aba5d35f…
The other things being collected are:
* Geographical location
* Operating system and version
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#16Here's what Microsoft have learnt from the telemetry [1]. [1] https://blogs.msdn.microsoft.com/dotnet/2017/07/21/what-weve...
-q.tsv" rel="nofollow">https://dotnetcli.blob.core.windows.net/usagedata/dotnet-cli...
So, the latest would be:
https://dotnetcli.blob.core.windows.net/usagedata/dotnet-cli...
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#17Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#18It's in microsofts DNA to build stuff that captures and watches and monitors and logs.
Just because they've started to be more open, won't change the fundamental company attitude and approach to doing things.
Microsoft will simply be bringing more "Microsoftiness" to the open source world. Get used to it, there's more coming cause that's the way they build software.
I would suggest that it is time to rethink some of those outdated assumptions that tools won't spy on you. Microsoft have arrived at the open source party, so open source isn't the same any more, just accept that the world has changed and now it's entirely possible that your open source is logging and watching.
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#19For reference, they collect[1]: The command being used (for example, "build", "restore") The ExitCode of the command For test projects, the test runner being used The timestamp of invocation The framework used Whether runtime IDs are present in the "runtimes" node The CLI version being used I'm actually OK with this to be honest. Here is the telemetry code itself: https://github.com/dotnet/cli/blob/5a37290f24aba5d35f…
Also, when you run `dotnet restore`, you get the following message: Welcome to .NET Core! --------------------- Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. Telemetry -------------- The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include command-line arguments…
Hard to believe, but they used to sell products a while ago and had no telemetry.
If you want to see how it's done properly, look at OmniGroup: their apps have toggleable telemetry and it's off by default.
Re: Microsoft/.Net Foundation added telemetry to the dotnet command line last year
#20For reference, they collect[1]: The command being used (for example, "build", "restore") The ExitCode of the command For test projects, the test runner being used The timestamp of invocation The framework used Whether runtime IDs are present in the "runtimes" node The CLI version being used I'm actually OK with this to be honest. Here is the telemetry code itself: https://github.com/dotnet/cli/blob/5a37290f24aba5d35f…
do you actually inspect every github commit, that this won't change?