77 references to LogDebug
aspire (45)
Agents\ClaudeCode\ClaudeCodeCliRunner.cs (1)
87logger.LogDebug(ex, "Claude Code CLI is not installed or not found in PATH");
Agents\CopilotCli\CopilotCliRunner.cs (1)
87logger.LogDebug(ex, "GitHub Copilot CLI is not installed or not found in PATH");
Agents\OpenCode\OpenCodeCliRunner.cs (1)
80logger.LogDebug(ex, "OpenCode CLI is not installed or not found in PATH");
Agents\VsCode\VsCodeCliRunner.cs (1)
91logger.LogDebug(ex, "VS Code CLI ({Command}) is not installed or not found in PATH", command);
Backchannel\AppHostAuxiliaryBackchannel.cs (2)
191_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 243_logger?.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version.");
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\McpStartCommand.cs (2)
130_logger.LogDebug(ex, "Failed to aggregate resource MCP tools"); 350_logger.LogDebug(ex, "Failed to refresh resource MCP tool routing map");
Commands\PipelineCommandBase.cs (1)
247_logger.LogDebug(ex, "Operation was cancelled.");
Commands\UpdateCommand.cs (2)
539_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 545_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath);
DotNet\DotNetCliRunner.cs (3)
978logger.LogDebug(ex, "Failed to read or hash NuGet config file at path: {Path}", filePath); 1023logger.LogDebug(ex, "Failed to parse cached package search JSON; performing live search."); 1030logger.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");
Git\GitRepository.cs (1)
69logger.LogDebug(ex, "Git is not installed or not found in PATH");
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.");
OpenCode\OpenCodeCliRunner.cs (1)
73logger.LogDebug(ex, "OpenCode CLI is not installed or not found in PATH");
Projects\AppHostServerSession.cs (1)
75_logger.LogDebug(ex, "Error killing AppHost server process");
Projects\GuestAppHostProject.cs (7)
210_logger.LogDebug(ex, "Error killing AppHost server process after code generation"); 363_logger.LogDebug(ex, "Error killing AppHost server process after dependency install failure"); 413_logger.LogDebug(ex, "Error killing AppHost server process after {Language} failure", DisplayName); 430_logger.LogDebug(ex, "Error killing AppHost server process"); 621_logger.LogDebug(ex, "Error killing AppHost server process after dependency install failure"); 669_logger.LogDebug(ex, "Error killing AppHost server process after {Language} failure", DisplayName); 685_logger.LogDebug(ex, "Error killing AppHost server process");
Scaffolding\ScaffoldingService.cs (1)
146_logger.LogDebug(ex, "Error killing AppHost server process after scaffolding");
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (3)
72logger.LogDebug(ex, "Error checking container runtime"); 337logger.LogDebug(ex, "Error checking {Runtime}", runtime); 528logger.LogDebug(ex, "Error checking if {Runtime} CLI is installed", runtimeLower);
Utils\EnvironmentChecker\DevCertsCheck.cs (4)
145logger.LogDebug(ex, "Error checking dev-certs"); 186logger.LogDebug(ex, "Error reading certificates from CurrentUser/My store"); 249logger.LogDebug(ex, "Error checking certificate trust on macOS"); 297logger.LogDebug(ex, "Error reading certificates from {StoreName}/{StoreLocation}", storeName, storeLocation);
Utils\EnvironmentChecker\DotNetSdkCheck.cs (1)
56logger.LogDebug(ex, "Error checking .NET SDK");
Utils\EnvironmentChecker\EnvironmentChecker.cs (1)
37logger.LogDebug(ex, "Environment check {CheckType} failed with exception", check.GetType().Name);
Aspire.Dashboard (2)
Components\Interactions\InteractionsProvider.cs (1)
484Logger.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
170logger.LogDebug(ex, "Failed to deserialize OTLP JSON request.");
Aspire.Hosting (11)
ApplicationModel\ProjectResource.cs (1)
284logger.LogDebug(ex, "Error getting ContainerWorkingDirectory. Using default /app");
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
332logger.LogDebug(ex, "Failed to list tools from MCP endpoint {EndpointUri}", endpointUri);
Dcp\DcpExecutor.cs (4)
258_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error."); 290_logger.LogDebug(ex, "Application orchestrator could not be stopped programmatically."); 931_logger.LogDebug(ex, "Cancellation during creation of resources."); 2578_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)
442_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 466_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.Azure.Functions (1)
src\Shared\RequiredCommandValidator.cs (1)
144_logger.LogDebug(ex, "Failed to show missing command notification");
Aspire.Hosting.DevTunnels (2)
DevTunnelResourceBuilderExtensions.cs (1)
673portLogger.LogDebug(ex, "Failed to log anonymous access status for port");
src\Shared\RequiredCommandValidator.cs (1)
144_logger.LogDebug(ex, "Failed to show missing command notification");
Aspire.Hosting.Docker (1)
DockerComposeServiceResource.cs (1)
463logger.LogDebug(ex, "Failed to parse docker compose ps output line: {Line}", line);
Aspire.Hosting.Maui (2)
Utilities\MauiEnvironmentHelper.cs (2)
171logger.LogDebug(ex, "Failed to prune stale Android environment targets file '{TargetsFile}'.", file); 326logger.LogDebug(ex, "Failed to prune stale iOS environment targets file '{TargetsFile}'.", file);
Aspire.Hosting.Python (1)
src\Shared\RequiredCommandValidator.cs (1)
144_logger.LogDebug(ex, "Failed to show missing command notification");
Aspire.Hosting.RemoteHost (4)
CodeGeneration\CodeGeneratorResolver.cs (1)
56_logger.LogDebug(ex, "Some types in assembly '{AssemblyName}' could not be loaded", assembly.GetName().Name);
JsonRpcServer.cs (2)
235_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason); 246_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
Language\LanguageSupportResolver.cs (1)
65_logger.LogDebug(ex, "Some types in assembly '{AssemblyName}' could not be loaded", assembly.GetName().Name);
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}");