29 lines
No EOL
1.5 KiB
HTML
29 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title styles="color:white">Welcome to .NET Core!</title>
|
|
</head>
|
|
<body>
|
|
<font face="Helvetica">
|
|
<h3>
|
|
Installation Completed Successfully Welcome to .NET Core!
|
|
</h3>
|
|
<p>
|
|
Learn more about .NET Core at <a href="https://aka.ms/dotnet-docs">https://aka.ms/dotnet-docs</a> . Use dotnet --help to see available commands or go to <a href="https://aka.ms/dotnet-cli-docs">https://aka.ms/dotnet-cli-docs</a>.
|
|
</p>
|
|
<h3>
|
|
NET Core Tools Telemetry
|
|
</h3>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
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 <a href="https://aka.ms/dotnet-cli-telemetry">https://aka.ms/dotnet-cli-telemetry</a>.
|
|
</p>
|
|
</font>
|
|
|
|
</body></html> |