企业为什么要建站,网络推广具体内容,wordpress化妆品主题,网站搭建方案说明#xff1a;本文是个人翻译文章#xff0c;由于个人水平有限#xff0c;有不对的地方请大家帮忙更正。原文#xff1a;.NET Core Tools Telemetry翻译#xff1a;.NET Core 工具遥测#xff08;应用信息收集#xff09; .NET Core 工具遥测#xff08;应用信息收集… 说明本文是个人翻译文章由于个人水平有限有不对的地方请大家帮忙更正。原文.NET Core Tools Telemetry翻译.NET Core 工具遥测应用信息收集 .NET Core 工具遥测应用信息收集 .NET Core 工具包含收集使用信息的 遥测功能。对于 .NET 团队了解如何使用工具以便于可以提升它们是重要的。 收集的数据是匿名的并将发布一个汇总的形式在 知识共享署名许可协议 下供微软和社区工程师使用。 适用范围 dotnet 命令是用于启动应用程序和 .NET Core 工具。dotnet 命令它本身不会收集遥测数据。它是 dotnet 命令通过运行 .NET Core 工具来收集遥测数据。 .NET Core 命令遥测未启用 dotnetdotnet [path-to-app] .NET Core 工具 命令 遥测启用例如 dotnet builddotnet packdotnet restoredotnet run 行为 默认情况下 .NET Core 工具遥测功能是启用的。你可以选择退出遥感功能通过设置一个环境变量 DOTNET_CLI_TELEMETRY_OPTOUT 例如在 macOS/Linux 上的 export在 Windows 上的 set为 true 例如“true”1。 数据点 该功能收集以下几部分数据 正在使用的命令例如 “build”、“restore”命令退出代码对于测试项目正在使用的测试器调用的时间戳使用的框架运行时的 IDs 是否与当前 “runtimes” 节点一致当前正在使用的 CLI 版本 该功能不会收集任何个人数据比如用户名或者电子邮件。它不扫描你的代码不提取任何可以视为敏感语句的项目级别数据例如名称仓库地址或者作者如果你在你的 project.json 设置这些。我们想知道工具如何被使用而不是你使用工具生成什么。如果你发现敏感的数据被收集这是一个错误。请 提交一个 issue它将会被修复。 许可协议 微软 .NET Core 分配的许可协议是 MICROSOFT .NET LIBRARY EULA。为了启动遥感这个包括 “DATA” 部分重新输出在下面。 .NET NuGet packages 使用这个相同的许可协议但是未开启遥感参考上面的 适用范围。 2. DATA. The software may collect information about you and your use of
the software, and send that to Microsoft. Microsoft may use this information
to improve our products and services. You can learn more about data collection
and use in the help documentation and the privacy statement at
http://go.microsoft.com/fwlink/?LinkId528096 . Your use of the software
operates as your consent to these practices. 说明 当你首次运行一个命令例如dotnet restore时.NET Core 工具显示下面的文字。这个“首次运行”体验是微软如何通知你关于数据收集。同样的体验最初填充你的 NuGet 缓存在 .NET Core SDK 中避免去 NuGet.org或者其它 NuGet 源请求这些库。 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 commandline arguments. The data is
collected by Microsoft and shared with the community.You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT
environment variable to 1 using your favorite shell.You can read more about .NET Core tools telemetry https://aka.ms/dotnet-cli-
telemetry.Configuring...
--------------A command is running to initially populate your local package cache, to
improve restore speed and enable offline access. This command will take up to 原文地址http://www.cnblogs.com/seayxu/p/dotnet-core-tools-telemetry.html .NET社区新闻深度好文微信中搜索dotNET跨平台或扫描二维码关注