|
Hi, in almost all services I see Typical service config: |
Answered by
am11
Dec 8, 2023
Replies: 2 comments 5 replies
|
When you run .NET (SDK) command for the first time, then there's a comment about telemetry printed. |
0 replies
|
Just like The correct way to skip the FTUE message is to set |
5 replies
Answer selected by
Bykiev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just like
DOTNET_SKIP_FIRST_TIME_EXPERIENCE,DOTNET_PRINT_TELEMETRY_MESSAGEis basically deprecated in modern .NET.The correct way to skip the FTUE message is to set
DOTNET_NOLOGOenvironment variable to 1.