1 write to Verbose
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
106Verbose = CommandLoggingContext.IsVerbose
64 references to Verbose
dotnet-aot (45)
parent\dotnet\CliCompletion.cs (1)
30Reporter.Verbose.WriteLine($"Exception occurred while getting completions: {e}");
parent\dotnet\CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (3)
41Reporter.Verbose.WriteLine(string.Format( 51Reporter.Verbose.WriteLine(string.Format( 69Reporter.Verbose.WriteLine(string.Format(
parent\dotnet\Commands\Run\AotRunCommand.cs (3)
189Reporter.Verbose.WriteLine($"AOT run tier: {runTier} ({decisionReason})."); 314Reporter.Verbose.WriteLine($"Failed to read the runtime version: {exception}"); 443Reporter.Verbose.WriteLine($"AOT run is falling back to the managed CLI because {reason}.");
parent\dotnet\Commands\Run\FileBasedAppCacheInfo.cs (3)
59Reporter.Verbose.WriteLine("CSC auxiliary files can NOT be reused due to the same reason build is needed."); 65Reporter.Verbose.WriteLine("CSC auxiliary files can NOT be reused because previous build level was not CSC " + 70Reporter.Verbose.WriteLine("CSC auxiliary files can be reused.");
parent\dotnet\Commands\Run\FileBasedAppRunPlan.cs (32)
96Reporter.Verbose.WriteLine("Falling back to the managed CLI because the build success cache does not exist."); 109Reporter.Verbose.WriteLine("Falling back to the managed CLI because the previous build was not synthetic CSC."); 115Reporter.Verbose.WriteLine("Falling back to the managed CLI because the entry point file is missing."); 206Reporter.Verbose.WriteLine("Building because --no-cache was specified."); 213Reporter.Verbose.WriteLine("No need to build, the output is up to date. Cache: " + inputs.ArtifactsPath); 224Reporter.Verbose.WriteLine("We have CSC arguments from previous run. Skipping MSBuild and using CSC only."); 238Reporter.Verbose.WriteLine("Using MSBuild because there are directives in the source file."); 246Reporter.Verbose.WriteLine($"Using MSBuild because there are global properties, for example '{exampleKey}={exampleValue}'."); 253Reporter.Verbose.WriteLine($"Using MSBuild because there are implicit build files, for example '{exampleMSBuildFile}'."); 261Reporter.Verbose.WriteLine($"Using MSBuild because NuGet package file does not exist: {filePath}"); 266Reporter.Verbose.WriteLine("Skipping MSBuild and using CSC only."); 300Reporter.Verbose.WriteLine($"Failed to deserialize cache entry ({path}): {exception}"); 366Reporter.Verbose.WriteLine($"Cannot touch folder '{artifactsPath}': {exception}"); 381Reporter.Verbose.WriteLine("Skipping computing cache because there are project or ref directives."); 421Reporter.Verbose.WriteLine("Building because cache file does not exist: " + successCacheFile.FullName); 428Reporter.Verbose.WriteLine("Building because start cache file does not exist: " + startCacheFile.FullName); 435Reporter.Verbose.WriteLine("Building because start cache file is newer than success cache file (previous build likely failed): " + startCacheFile.FullName); 445Reporter.Verbose.WriteLine("Building because previous cache entry could not be deserialized: " + successCacheFile.FullName); 455Reporter.Verbose.WriteLine("Building because the run output is missing: " + previousRunCommand); 463Reporter.Verbose.WriteLine($"Building because previous SDK version ({previousCacheEntry.SdkVersion}) does not match current ({cacheEntry.SdkVersion}): {successCacheFile.FullName}"); 470Reporter.Verbose.WriteLine($"Building because previous runtime version ({previousCacheEntry.RuntimeVersion}) does not match current ({cacheEntry.RuntimeVersion}): {successCacheFile.FullName}"); 477Reporter.Verbose.WriteLine($"Building because previous global properties count ({previousCacheEntry.GlobalProperties.Count}) does not match current count ({cacheEntry.GlobalProperties.Count}): {successCacheFile.FullName}"); 485Reporter.Verbose.WriteLine($"Building because previous global property \"{key}\" ({otherValue}) does not match current ({value}): {successCacheFile.FullName}"); 494Reporter.Verbose.WriteLine("Building because entry point file is missing: " + entryPointFile.FullName); 501Reporter.Verbose.WriteLine($"Building because resolved entry point file path changed from '{previousCacheEntry.ResolvedEntryPointFilePath}' to '{cacheEntry.ResolvedEntryPointFilePath}': {successCacheFile.FullName}"); 510Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + entryPointFile.FullName); 511Reporter.Verbose.WriteLine(reasonToNotReuseCscArguments); 521Reporter.Verbose.WriteLine("Building because implicit build file is missing or modified: " + implicitBuildFileInfo.FullName); 531Reporter.Verbose.WriteLine("Building because new implicit build file is present: " + implicitBuildFilePath); 547Reporter.Verbose.WriteLine($"Building because additional source file '{additionalSource.Original}' resolved path changed from '{additionalSource.Resolved}' to '{resolvedFileInfo.FullName}': {successCacheFile.FullName}"); 553Reporter.Verbose.WriteLine("Building because additional source file is missing or modified: " + resolvedFileInfo.FullName); 562Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + entryPointFile.FullName);
parent\dotnet\Commands\Test\AotTestCommand.cs (1)
38Reporter.Verbose.WriteLine("AOT test tier: TestModules.");
parent\dotnet\NugetPackageDownloader\NuGetConsoleLogger.cs (2)
57Reporter.Verbose.WriteLine($"[NuGet Manager] [DEBUG] {data}"); 82Reporter.Verbose.WriteLine($"[NuGet Manager] [Verbose] {data}");
Microsoft.DotNet.Cli.Utils (5)
Command.cs (5)
30Reporter.Verbose.WriteLine(string.Format( 46Reporter.Verbose.WriteLine($"> {Command.FormatProcessInfo(_process.StartInfo)}".White()); 55Reporter.Verbose.WriteLine(string.Format( 79Reporter.Verbose.WriteLine(message.Green()); 83Reporter.Verbose.WriteLine(message.Red().Bold());
Microsoft.TemplateEngine.Cli (14)
Commands\AliasAssignmentCoordinator.cs (1)
161Reporter.Verbose.WriteLine(string.Format(LocalizableStrings.AliasAssignmentCoordinator_Error_ShortAlias, parameter.Name, shortName, qualifiedShortName));
Commands\CliPathInfo.cs (1)
47Reporter.Verbose.WriteLine($"Global Settings Location: {definedSettingsLocation}");
NuGet\CliNuGetLogger.cs (2)
43Reporter.Verbose.WriteLine($"[NuGet Manager] [DEBUG] {data}"); 68Reporter.Verbose.WriteLine($"[NuGet Manager] [Verbose] {data}");
PostActionDispatcher.cs (1)
234Reporter.Verbose.WriteLine(LocalizableStrings.Generic_Details, e.ToString());
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (1)
259Reporter.Verbose.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Verbose_AttemptingToFindJsonFile, matchPattern, directory));
PostActionProcessors\ChmodPostActionProcessor.cs (2)
56Reporter.Verbose.WriteLine("Unable to start sub-process."); 72Reporter.Verbose.WriteLine(LocalizableStrings.Generic_Details, ex.ToString());
PostActionProcessors\ProcessStartPostActionProcessor.cs (2)
67Reporter.Verbose.WriteLine("Unable to start sub-process."); 91Reporter.Verbose.WriteLine(LocalizableStrings.Generic_Details, ex.ToString());
TemplatePackageCoordinator.cs (2)
597Reporter.Verbose.WriteLine(LocalizableStrings.TemplatePackageCoordinator_Verbose_NuGetCredentialServiceError, ex.ToString()); 894Reporter.Verbose.WriteLine($"Custom source {source} is already loaded from default configuration.");
TemplateSearch\CliHostSearchCacheData.cs (2)
44Reporter.Verbose.WriteLine($"Error deserializing the cli host specific template data for template {data.Key}, details:{ex}"); 51Reporter.Verbose.WriteLine($"Error deserializing the cli host specific template data {cacheObject}, details:{ex}");