The "Welcome to .NET Core 3.0!... " spiel adds considerable noise to CI logs.
While we can work around this by creating a file named "%HOME%/.dotnet/$(dotnet --version).dotnetFirstUseSentinel", this is hacky and adds noise to bulid configs.
It would be better to have a CLI option to suppress the message, e.g.
dotnet build --no-welcome
or
dotnet build --skip-first-time-experience
etc.
The "Welcome to .NET Core 3.0!... " spiel adds considerable noise to CI logs.
While we can work around this by creating a file named
"%HOME%/.dotnet/$(dotnet --version).dotnetFirstUseSentinel", this is hacky and adds noise to bulid configs.It would be better to have a CLI option to suppress the message, e.g.
dotnet build --no-welcomeor
dotnet build --skip-first-time-experienceetc.