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