1 write to Verbose
Microsoft.DotNet.Cli.Utils (1)
Reporter.cs (1)
106Verbose = CommandLoggingContext.IsVerbose
164 references to Verbose
dotnet (103)
BuildServer\VBCSCompilerServer.cs (3)
39Reporter.Verbose.WriteLine($"Shutting down '{s_toolsetPackageName}' compilers."); 42Reporter.Verbose.WriteLine($"Enumerating '{toolsetPackageDirectory}'."); 48Reporter.Verbose.WriteLine($"Found '{vbcsCompilerPath}'.");
CliCompletion.cs (1)
30Reporter.Verbose.WriteLine($"Exception occurred while getting completions: {e}");
CommandFactory\CommandResolution\PackagedCommandSpecFactory.cs (3)
32Reporter.Verbose.WriteLine(string.Format( 43Reporter.Verbose.WriteLine(string.Format( 55Reporter.Verbose.WriteLine(string.Format(
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (2)
38Reporter.Verbose.WriteLine( 71Reporter.Verbose.WriteLine(
CommandFactory\CommandResolution\ProjectDependenciesCommandResolver.cs (6)
40Reporter.Verbose.WriteLine(string.Format( 50Reporter.Verbose.WriteLine(string.Format( 88Reporter.Verbose.WriteLine(string.Format( 99Reporter.Verbose.WriteLine(string.Format( 110Reporter.Verbose.WriteLine(string.Format( 150Reporter.Verbose.WriteLine(string.Format(
CommandFactory\CommandResolution\ProjectFactory.cs (3)
37Reporter.Verbose.WriteLine(string.Format( 44Reporter.Verbose.WriteLine(string.Format( 60Reporter.Verbose.WriteLine(ex.ToString().Red());
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (16)
32Reporter.Verbose.WriteLine(string.Format( 55Reporter.Verbose.WriteLine(string.Format( 76Reporter.Verbose.WriteLine(string.Format( 95Reporter.Verbose.WriteLine(string.Format( 108Reporter.Verbose.WriteLine(string.Format( 114Reporter.Verbose.WriteLine(string.Format( 152Reporter.Verbose.WriteLine(string.Format( 163Reporter.Verbose.WriteLine(string.Format( 179Reporter.Verbose.WriteLine(string.Format( 194Reporter.Verbose.WriteLine(string.Format( 291Reporter.Verbose.WriteLine(string.Format( 327Reporter.Verbose.WriteLine(string.Format( 382Reporter.Verbose.WriteLine(string.Format(CliStrings.MSBuildArgs, 430Reporter.Verbose.WriteLine(string.Format( 443Reporter.Verbose.WriteLine(string.Format( 453Reporter.Verbose.WriteLine(string.Format(
CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (3)
41Reporter.Verbose.WriteLine(string.Format( 51Reporter.Verbose.WriteLine(string.Format( 69Reporter.Verbose.WriteLine(string.Format(
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
145Reporter.Verbose.WriteLine(exception.ToString().Red());
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (4)
29Reporter.Verbose.WriteLine($"Would remove folder: {folder.FullName}"); 37Reporter.Verbose.WriteLine($"Removed folder: {folder.FullName}"); 123Reporter.Verbose.WriteLine("Starting automatic cleanup of file-based app artifacts."); 172Reporter.Verbose.WriteLine($"Cannot access artifacts metadata file '{metadataFile?.FullName}': {ex}");
Commands\Run\CSharpCompilerCommand.cs (6)
129Reporter.Verbose.WriteLine($"Skipping copy of '{objFile}' to '{BuildResultFile}' because the files have matching size and timestamp."); 133Reporter.Verbose.WriteLine($"Copying '{objFile}' to '{BuildResultFile}'."); 155Reporter.Verbose.WriteLine("Compiler server processed compilation."); 161Reporter.Verbose.WriteLine("CS0006 error detected in fast compilation path, falling back to full MSBuild."); 162Reporter.Verbose.Write(completed.Output); 297Reporter.Verbose.WriteLine($"Generating CSC auxiliary file because it does not exist: {file}");
Commands\Run\EnvironmentVariablesToMSBuild.cs (1)
134Reporter.Verbose.WriteLine($"Failed to delete temporary props file '{propsFilePath}': {ex.Message}");
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.");
Commands\Run\FileBasedAppRunPlan.cs (30)
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.GetType().FullName}: {exception.Message}"); 365Reporter.Verbose.WriteLine($"Cannot touch folder '{artifactsPath}': {exception}"); 380Reporter.Verbose.WriteLine("Skipping computing cache because there are project or ref directives."); 417Reporter.Verbose.WriteLine("Building because cache file does not exist: " + successCacheFile.FullName); 424Reporter.Verbose.WriteLine("Building because start cache file does not exist: " + startCacheFile.FullName); 431Reporter.Verbose.WriteLine("Building because start cache file is newer than success cache file (previous build likely failed): " + startCacheFile.FullName); 441Reporter.Verbose.WriteLine("Building because previous cache entry could not be deserialized: " + successCacheFile.FullName); 451Reporter.Verbose.WriteLine("Building because the run output is missing: " + previousRunCommand); 459Reporter.Verbose.WriteLine($"Building because previous SDK version ({previousCacheEntry.SdkVersion}) does not match current ({cacheEntry.SdkVersion}): {successCacheFile.FullName}"); 466Reporter.Verbose.WriteLine($"Building because previous runtime version ({previousCacheEntry.RuntimeVersion}) does not match current ({cacheEntry.RuntimeVersion}): {successCacheFile.FullName}"); 473Reporter.Verbose.WriteLine($"Building because previous global properties count ({previousCacheEntry.GlobalProperties.Count}) does not match current count ({cacheEntry.GlobalProperties.Count}): {successCacheFile.FullName}"); 481Reporter.Verbose.WriteLine($"Building because previous global property \"{key}\" ({otherValue}) does not match current ({value}): {successCacheFile.FullName}"); 490Reporter.Verbose.WriteLine("Building because entry point file is missing: " + entryPointFile.FullName); 500Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + targetFile.FullName); 501Reporter.Verbose.WriteLine(reasonToNotReuseCscArguments); 511Reporter.Verbose.WriteLine("Building because implicit build file is missing or modified: " + implicitBuildFileInfo.FullName); 521Reporter.Verbose.WriteLine("Building because new implicit build file is present: " + implicitBuildFilePath); 535Reporter.Verbose.WriteLine("Building because additional source file is missing or modified: " + additionalSourceFileInfo.FullName); 544Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + targetFile.FullName);
Commands\Run\RunCommand.cs (5)
197Reporter.Verbose.WriteLine("Checking changes for run properties"); 528Reporter.Verbose.WriteLine($"Getting target command: from {(runPropertiesFromEvaluation ? "previous evaluation" : "cache")}."); 536Reporter.Verbose.WriteLine("Getting target command: for csc-built program."); 541Reporter.Verbose.WriteLine("Getting target command: evaluating project."); 1033Reporter.Verbose.WriteLine($"Failed to send run telemetry: {ex}");
Commands\Run\VirtualProjectBuildingCommand.cs (8)
397Reporter.Verbose.WriteLine($"Reusing previous CSC arguments ({cache.CurrentEntry.CscArguments.Length}) because none were found in the {Constants.CoreCompile} target."); 407Reporter.Verbose.WriteLine($"Found CSC arguments ({cache.CurrentEntry.CscArguments.Length}) and build result path: {cache.CurrentEntry.BuildResultFile}"); 412Reporter.Verbose.WriteLine($"No CSC arguments found in targets: {string.Join(", ", result.ResultsByTarget.Keys)}"); 449Reporter.Verbose.WriteLine($"Wrote '{rspPath}'."); 456Reporter.Verbose.WriteLine($"Not saving cache because there is an opt-out via MSBuild property {FileBasedProgramCanSkipMSBuild}."); 462Reporter.Verbose.WriteLine("Not saving cache because there is a project directive."); 468Reporter.Verbose.WriteLine("Not saving cache because there is a ref directive."); 476Reporter.Verbose.WriteLine("Not saving cache because there is a glob include directive.");
Commands\Workload\Install\FileBasedInstaller.cs (1)
406Reporter.Verbose);
MSBuildSession.cs (1)
176Reporter.Verbose.WriteLine($"Failed to end the MSBuild session: {ex}");
NugetPackageDownloader\NuGetConsoleLogger.cs (2)
57Reporter.Verbose.WriteLine($"[NuGet Manager] [DEBUG] {data}"); 82Reporter.Verbose.WriteLine($"[NuGet Manager] [Verbose] {data}");
ParserOptionActions.cs (1)
63Reporter.Verbose.WriteLine(string.Format(LocalizableStrings.DotnetCliHomeUsed, home, CliFolderPathCalculator.DotnetHomeVariableName));
Program.cs (1)
59Reporter.Verbose.WriteLine($"Telemetry is: {(TelemetryInstance.Enabled ? "Enabled" : "Disabled")}");
TransactionalAction.cs (2)
88Reporter.Verbose.WriteLine(string.Format("TransactionAbortedException Message: {0}", ex.Message)); 89Reporter.Verbose.WriteLine(
dotnet-aot (42)
src\sdk\src\Cli\dotnet\CliCompletion.cs (1)
30Reporter.Verbose.WriteLine($"Exception occurred while getting completions: {e}");
src\sdk\src\Cli\dotnet\CommandFactory\CommandResolution\PublishedPathCommandResolver.cs (3)
41Reporter.Verbose.WriteLine(string.Format( 51Reporter.Verbose.WriteLine(string.Format( 69Reporter.Verbose.WriteLine(string.Format(
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (3)
181Reporter.Verbose.WriteLine($"AOT run tier: {runTier} ({decisionReason})."); 274Reporter.Verbose.WriteLine($"Failed to read the runtime version: {exception}"); 403Reporter.Verbose.WriteLine($"AOT run is falling back to the managed CLI because {reason}.");
src\sdk\src\Cli\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.");
src\sdk\src\Cli\dotnet\Commands\Run\FileBasedAppRunPlan.cs (30)
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.GetType().FullName}: {exception.Message}"); 365Reporter.Verbose.WriteLine($"Cannot touch folder '{artifactsPath}': {exception}"); 380Reporter.Verbose.WriteLine("Skipping computing cache because there are project or ref directives."); 417Reporter.Verbose.WriteLine("Building because cache file does not exist: " + successCacheFile.FullName); 424Reporter.Verbose.WriteLine("Building because start cache file does not exist: " + startCacheFile.FullName); 431Reporter.Verbose.WriteLine("Building because start cache file is newer than success cache file (previous build likely failed): " + startCacheFile.FullName); 441Reporter.Verbose.WriteLine("Building because previous cache entry could not be deserialized: " + successCacheFile.FullName); 451Reporter.Verbose.WriteLine("Building because the run output is missing: " + previousRunCommand); 459Reporter.Verbose.WriteLine($"Building because previous SDK version ({previousCacheEntry.SdkVersion}) does not match current ({cacheEntry.SdkVersion}): {successCacheFile.FullName}"); 466Reporter.Verbose.WriteLine($"Building because previous runtime version ({previousCacheEntry.RuntimeVersion}) does not match current ({cacheEntry.RuntimeVersion}): {successCacheFile.FullName}"); 473Reporter.Verbose.WriteLine($"Building because previous global properties count ({previousCacheEntry.GlobalProperties.Count}) does not match current count ({cacheEntry.GlobalProperties.Count}): {successCacheFile.FullName}"); 481Reporter.Verbose.WriteLine($"Building because previous global property \"{key}\" ({otherValue}) does not match current ({value}): {successCacheFile.FullName}"); 490Reporter.Verbose.WriteLine("Building because entry point file is missing: " + entryPointFile.FullName); 500Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + targetFile.FullName); 501Reporter.Verbose.WriteLine(reasonToNotReuseCscArguments); 511Reporter.Verbose.WriteLine("Building because implicit build file is missing or modified: " + implicitBuildFileInfo.FullName); 521Reporter.Verbose.WriteLine("Building because new implicit build file is present: " + implicitBuildFilePath); 535Reporter.Verbose.WriteLine("Building because additional source file is missing or modified: " + additionalSourceFileInfo.FullName); 544Reporter.Verbose.WriteLine("Compiling because entry point file is modified: " + targetFile.FullName);
src\sdk\src\Cli\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}");