35 references to LogDebug
aspire (13)
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);
DotNet\DotNetCliRunner.cs (3)
889
logger.
LogDebug
(ex, "Failed to read or hash NuGet config file at path: {Path}", filePath);
934
logger.
LogDebug
(ex, "Failed to parse cached package search JSON; performing live search.");
941
logger.
LogDebug
(ex, "Failed to probe package search disk cache; proceeding without cache.");
NuGet\NuGetPackagePrefetcher.cs (2)
40
logger.
LogDebug
(ex, "Non-fatal error while prefetching template packages. This is not critical to the operation of the CLI.");
64
logger.
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)
477
Logger.
LogDebug
(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Aspire.Hosting (11)
Dcp\DcpExecutor.cs (6)
204
_logger.
LogDebug
(ex, "One or more monitoring tasks terminated with an error.");
228
_logger.
LogDebug
(ex, "Application orchestrator could not be stopped programmatically.");
1711
_logger.
LogDebug
(ex, "Cancellation during creation of resources.");
1916
_logger.
LogDebug
(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", ex.Data["ArgKey"], modelResource.Name);
1973
_logger.
LogDebug
(ex, "Failed to apply environment variable '{Name}' to '{ResourceName}'. A dependency may have failed to start.", key, modelResource.Name);
1999
_logger.
LogDebug
(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", a, modelResource.Name);
Dcp\DcpHost.cs (2)
418
_logger.
LogDebug
(ex, "Error while polling container runtime health for notification");
442
_logger.
LogDebug
(ex, "Failed to show container runtime notification or poll for health");
Dcp\DcpPipelineBuilder.cs (2)
50
logger.
LogDebug
(
75
logger.
LogDebug
(
VersionChecking\VersionCheckService.cs (1)
75
_logger.
LogDebug
(ex, "Error checking for latest version.");
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (1)
657
portLogger.
LogDebug
(ex, "Failed to log anonymous access status for port");
RequiredCommandValidator.cs (1)
113
_logger.
LogDebug
(ex, "Failed to show missing command notification");
AzureSearch.ApiService (1)
Program.cs (1)
56
logger.
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}");