React to feedback and add three more topics to the update
This commit is contained in:
parent
3c5aa0cc12
commit
f06b3f25b2
18 changed files with 59 additions and 60 deletions
|
@ -25,18 +25,19 @@ If you just installed `dotnet` you may see the first-run output:
|
||||||
|
|
||||||
```
|
```
|
||||||
Welcome to .NET Core!
|
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.
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
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. The data is collected by Microsoft and shared with the community.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
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.
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
||||||
|
|
||||||
Configuring...
|
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 a minute to complete and will only happen once.
|
A command is running to populate your local package cache to improve restore speed and enable offline access. This command takes up to one minute to complete and only runs once.
|
||||||
Decompressing 100% 4936 ms
|
Decompressing 100% 4936 ms
|
||||||
Expanding 100% 17195 ms
|
Expanding 100% 17195 ms
|
||||||
```
|
```
|
||||||
|
|
|
@ -4,19 +4,18 @@ echo "Please visit http://aka.ms/dotnet-cli-eula for more information."
|
||||||
|
|
||||||
# Run 'dotnet new' to trigger the first time experience to initialize the cache
|
# Run 'dotnet new' to trigger the first time experience to initialize the cache
|
||||||
echo "Welcome to .NET Core!
|
echo "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.
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
.NET Core Tools Telemetry
|
Telemetry
|
||||||
--------------
|
----------------------------------
|
||||||
The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License.
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
||||||
|
|
||||||
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.
|
Configuring...
|
||||||
|
----------------------------------
|
||||||
Installation Note
|
A command is running to populate your local package cache to improve restore speed and enable offline access. This command takes up to one minute to complete and only runs once."
|
||||||
--------------
|
|
||||||
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
|
|
||||||
|
|
||||||
dotnet internal-reportinstallsuccess "debianpackage" > /dev/null 2>&1 || true
|
dotnet internal-reportinstallsuccess "debianpackage" > /dev/null 2>&1 || true
|
||||||
|
|
|
@ -8,19 +8,18 @@ echo "Please visit http://aka.ms/dotnet-cli-eula for more information."
|
||||||
|
|
||||||
# Run 'dotnet new' as the user to trigger the first time experience to initialize the cache
|
# Run 'dotnet new' as the user to trigger the first time experience to initialize the cache
|
||||||
echo "Welcome to .NET Core!
|
echo "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.
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
.NET Core Tools Telemetry
|
Telemetry
|
||||||
--------------
|
----------------------------------
|
||||||
The .NET Core Tools include a telemetry feature that collects usage information. It is important that the .NET Team understands how the tools are being used so that we can improve them.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
The data collected is anonymous and will be published in an aggregated form for use by both Microsoft and community engineers under the Creative Commons Attribution License.
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
||||||
|
|
||||||
The .NET Core Tools telemetry feature is enabled by default. You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (for example, 'export' on macOS/Linux, 'set' on Windows) to true (for example, 'true', 1). You can read more about .NET Core tools telemetry at https://aka.ms/dotnet-cli-telemetry.
|
Configuring...
|
||||||
|
----------------------------------
|
||||||
Installation Note
|
A command is running to populate your local package cache to improve restore speed and enable offline access. This command takes up to one minute to complete and only runs once."
|
||||||
--------------
|
|
||||||
A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete."
|
|
||||||
|
|
||||||
dotnet internal-reportinstallsuccess "rpmpackage" > /dev/null 2>&1 || true
|
dotnet internal-reportinstallsuccess "rpmpackage" > /dev/null 2>&1 || true
|
||||||
|
|
|
@ -121,11 +121,11 @@
|
||||||
<value>Welcome to .NET Core!
|
<value>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</value>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</value>
|
||||||
</data>
|
</data>
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Vítá vás .NET Core!
|
<target state="needs-review-translation">Vítá vás .NET Core!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Willkommen bei .NET Core!
|
<target state="needs-review-translation">Willkommen bei .NET Core!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Bienvenido a .NET Core
|
<target state="needs-review-translation">Bienvenido a .NET Core
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Bienvenue dans .NET Core !
|
<target state="needs-review-translation">Bienvenue dans .NET Core !
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Benvenuti a .NET Core
|
<target state="needs-review-translation">Benvenuti a .NET Core
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">.NET Core へようこそ!
|
<target state="needs-review-translation">.NET Core へようこそ!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">NET Core를 시작합니다!
|
<target state="needs-review-translation">NET Core를 시작합니다!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">.NET Core — Zapraszamy!
|
<target state="needs-review-translation">.NET Core — Zapraszamy!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Bem-vindo ao .NET Core!
|
<target state="needs-review-translation">Bem-vindo ao .NET Core!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">Добро пожаловать в .NET Core!
|
<target state="needs-review-translation">Добро пожаловать в .NET Core!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">.NET Core’a Hoş Geldiniz!
|
<target state="needs-review-translation">.NET Core’a Hoş Geldiniz!
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">欢迎使用 .NET Core!
|
<target state="needs-review-translation">欢迎使用 .NET Core!
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
<source>Welcome to .NET Core!
|
<source>Welcome to .NET Core!
|
||||||
----------------------------------
|
----------------------------------
|
||||||
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
Learn more about .NET Core: https://aka.ms/dotnet-docs
|
||||||
Use 'dotnet --help' to see available commands or see: https://aka.ms/dotnet-cli-docs
|
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs
|
||||||
|
|
||||||
Telemetry
|
Telemetry
|
||||||
----------------------------------
|
----------------------------------
|
||||||
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. Opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||||
|
|
||||||
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry</source>
|
||||||
<target state="needs-review-translation">歡迎使用 .NET Core!
|
<target state="needs-review-translation">歡迎使用 .NET Core!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue