Telemetry in dotnet new console
fully not disabled .net core 3.0
#10564
Milestone
dotnet new console
fully not disabled .net core 3.0
#10564
Steps to reproduce
Actual behavior
If there is internet, then
dotnet
util will make several HTTP requests.dotnet
util make 3 HTTP requests just to getNuGetTemplateSearchInfo.json
file.Seems,
dotnet
util sends private data in the first request in the part of url:clcid=0x409
and in the second request in this part of the url:
&data=02%7C***%7Cangelpe%40microsoft.com%7C***%7C***%7C***%7C***%7C***&sdata=***%3D&reserved=0
Expected behavior
Do not make HTTP request at all or make direct HTTP request to the
NuGetTemplateSearchInfo.json
file.The text was updated successfully, but these errors were encountered: