47 references to LogDebug
aspire (16)
Caching\DiskCache.cs (8)
33_logger.LogDebug(ex, "Failed to create cache directory {CacheDirectory}", _cacheDirectory.FullName); 73_logger.LogDebug(ex, "Failed to retrieve or read cache entry for key {RawKey}", key); 94_logger.LogDebug(ex, "Failed to create cache directory {CacheDirectory}", _cacheDirectory.FullName); 127_logger.LogDebug(ex, "Failed to write disk cache entry for key {RawKey}", key); 145_logger.LogDebug(ex, "Failed to delete cache file {CacheFile}", file.FullName); 152_logger.LogDebug(ex, "Failed to clear disk cache at {CacheDirectory}", _cacheDirectory.FullName); 261_logger.LogDebug(ex, "Failed to resolve cache file for key hash {KeyHash}", keyHash); 290_logger.LogDebug(ex, "Failed to delete cache file {CacheFile}", file.FullName);
Commands\UpdateCommand.cs (2)
424_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 430_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath);
DotNet\DotNetCliRunner.cs (3)
917logger.LogDebug(ex, "Failed to read or hash NuGet config file at path: {Path}", filePath); 962logger.LogDebug(ex, "Failed to parse cached package search JSON; performing live search."); 969logger.LogDebug(ex, "Failed to probe package search disk cache; proceeding without cache.");
DotNet\DotNetSdkInstaller.cs (1)
267logger.LogDebug(ex, "Failed to initialize NuGet configuration, continuing anyway");
NuGet\NuGetPackagePrefetcher.cs (2)
51logger.LogDebug(ex, "Non-fatal error while prefetching template packages. This is not critical to the operation of the CLI."); 75logger.LogDebug(ex, "Non-fatal error while prefetching CLI packages. This is not critical to the operation of the CLI.");
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
490Logger.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Aspire.Hosting (17)
ApplicationModel\ProjectResource.cs (1)
245logger.LogDebug(ex, "Error getting ContainerWorkingDirectory. Using default /app");
Dcp\DcpExecutor.cs (11)
254_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error."); 278_logger.LogDebug(ex, "Application orchestrator could not be stopped programmatically."); 897_logger.LogDebug(ex, "Cancellation during creation of resources."); 2214_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name); 2270_logger.LogDebug(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name); 2296_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", a, modelResource.Name); 2338_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name); 2352_logger.LogDebug(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name); 2422_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name); 2436_logger.LogDebug(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name); 2819_logger.LogDebug(ex, "Failed to apply certificate key pair configuration to '{ResourceName}'. A dependency may have failed to start.", modelResource.Name);
Dcp\DcpHost.cs (2)
423_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 447_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");
Dcp\DcpPipelineBuilder.cs (2)
50logger.LogDebug( 75logger.LogDebug(
VersionChecking\VersionCheckService.cs (1)
78_logger.LogDebug(ex, "Error checking for latest version.");
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (1)
670portLogger.LogDebug(ex, "Failed to log anonymous access status for port");
src\Shared\RequiredCommandValidator.cs (1)
145_logger.LogDebug(ex, "Failed to show missing command notification");
Aspire.Hosting.Maui (2)
Utilities\MauiEnvironmentHelper.cs (2)
174logger.LogDebug(ex, "Failed to prune stale Android environment targets file '{TargetsFile}'.", file); 341logger.LogDebug(ex, "Failed to prune stale iOS environment targets file '{TargetsFile}'.", file);
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
145_logger.LogDebug(ex, "Failed to show missing command notification");
AzureSearch.ApiService (1)
Program.cs (1)
56logger.LogDebug(e, "Didn't find index.");
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
296_logger.LogDebug(ex, "Failure while resending messages after a reconnect.");
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\MessageBuffer.cs (1)
296_logger.LogDebug(ex, "Failure while resending messages after a reconnect.");
Microsoft.AspNetCore.SpaProxy (2)
SpaProxyLaunchManager.cs (2)
89_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy."); 120_logger.LogDebug(exception, "Failed to connect to the SPA Development proxy.");
Microsoft.DotNet.Build.Tasks.Feed (3)
src\ProductionChannelValidator.cs (3)
255_logger.LogDebug(ex, $"Failed to fetch branch classifications for build {build.Id}"); 416_logger.LogDebug(ex, $"Error fetching build info for {account}/{project}/{buildId}"); 472_logger.LogDebug(ex, $"Error fetching branch classifications for {organizationName}/{projectId}/{repositoryId}");