2 references to Verbose
dotnet (1)
Program.cs (1)
161
Environment.SetEnvironmentVariable(CommandLoggingContext.Variables.
Verbose
, bool.TrueString);
Microsoft.DotNet.Cli.Utils (1)
CommandLoggingContext.cs (1)
20
private static Lazy<bool> s_verbose = new(() => Env.GetEnvironmentVariableAsBool(Variables.
Verbose
));