104 references to LogDebug
aspire (72)
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\DeprecatedMcpCommandScanner.cs (2)
89_logger.LogDebug(ex, "Failed to parse {AgentName} config at {Path}", location.AgentName, configPath); 94_logger.LogDebug(ex, "Failed to read {AgentName} config at {Path}", location.AgentName, configPath);
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 (6)
236_logger?.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 279_logger?.LogDebug(ex, "GetDashboardUrlsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 302_logger?.LogDebug(ex, "GetResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 324_logger?.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 359_logger?.LogDebug(ex, "GetResourceLogsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 364_logger?.LogDebug(ex, "Error calling GetResourceLogsAsync RPC method. The AppHost may be running an incompatible version.");
Backchannel\AppHostConnectionResolver.cs (1)
76logger.LogDebug(ex, "Failed to connect to socket at {SocketPath}", socketPath);
Backchannel\AuxiliaryBackchannelMonitor.cs (1)
315logger.LogDebug(ex, "Failed to delete orphaned socket: {SocketPath}", socketPath);
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\AgentMcpCommand.cs (1)
164_logger.LogDebug(ex, "Failed to aggregate resource MCP tools");
Commands\PipelineCommandBase.cs (1)
238_logger.LogDebug(ex, "Operation was cancelled.");
Commands\PsCommand.cs (1)
152_logger.LogDebug(ex, "Failed to get dashboard URL for {AppHostPath}", info.AppHostPath);
Commands\Sdk\SdkDumpCommand.cs (2)
220_logger.LogDebug(ex, "Error killing AppHost server process"); 236_logger.LogDebug(ex, "Failed to clean up temp directory {TempDir}", tempDir);
Commands\Sdk\SdkGenerateCommand.cs (2)
208_logger.LogDebug(ex, "Error killing AppHost server process"); 224_logger.LogDebug(ex, "Failed to clean up temp directory {TempDir}", tempDir);
Commands\UpdateCommand.cs (2)
541_logger.LogDebug(ex, "Failed to delete old backup file: {BackupFile}", backupFile); 547_logger.LogDebug(ex, "Failed to cleanup old backup files for: {TargetExePath}", targetExePath);
DotNet\DotNetCliRunner.cs (4)
537logger.LogDebug(ex, "Failed to parse dev-certs machine-readable output"); 866logger.LogDebug(ex, "Failed to read or hash NuGet config file at path: {Path}", filePath); 911logger.LogDebug(ex, "Failed to parse cached package search JSON; performing live search."); 918logger.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");
Mcp\Docs\DocsCache.cs (10)
177_logger.LogDebug(ex, "Failed to delete disk cache for key: {Key}", key); 223_logger.LogDebug(ex, "Failed to read disk cache for key: {Key}", key); 245_logger.LogDebug(ex, "Failed to save disk cache for key: {Key}", key); 261_logger.LogDebug(ex, "Failed to read ETag from disk"); 278_logger.LogDebug(ex, "Failed to save ETag to disk"); 296_logger.LogDebug(ex, "Failed to delete ETag from disk"); 313_logger.LogDebug(ex, "Failed to create docs cache directory: {Directory}", _diskCacheDirectory.FullName); 344_logger.LogDebug(ex, "Failed to delete stale index"); 350_logger.LogDebug(ex, "Failed to read index from disk"); 375_logger.LogDebug(ex, "Failed to save index to disk");
Mcp\McpResourceToolRefreshService.cs (1)
115_logger.LogDebug(ex, "Failed to refresh resource MCP tool routing map.");
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\AppHostServerProject.cs (1)
184_logger.LogDebug(ex, "Failed to delete obj folder at {ObjPath}", objPath);
Projects\AppHostServerSession.cs (1)
75_logger.LogDebug(ex, "Error killing AppHost server process");
Projects\DotNetAppHostProject.cs (1)
496_logger.LogDebug(ex, "Failed to get UserSecretsId from project file");
Projects\GuestAppHostProject.cs (7)
222_logger.LogDebug(ex, "Error killing AppHost server process after code generation"); 383_logger.LogDebug(ex, "Error killing AppHost server process after dependency install failure"); 435_logger.LogDebug(ex, "Error killing AppHost server process after {Language} failure", DisplayName); 452_logger.LogDebug(ex, "Error killing AppHost server process"); 643_logger.LogDebug(ex, "Error killing AppHost server process after dependency install failure"); 693_logger.LogDebug(ex, "Error killing AppHost server process after {Language} failure", DisplayName); 709_logger.LogDebug(ex, "Error killing AppHost server process");
Scaffolding\ScaffoldingService.cs (1)
150_logger.LogDebug(ex, "Error killing AppHost server process after scaffolding");
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (3)
73logger.LogDebug(ex, "Error checking container runtime"); 354logger.LogDebug(ex, "Error checking {Runtime}", runtime); 487logger.LogDebug(ex, "Error checking if {Runtime} CLI is installed", runtimeLower);
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
90logger.LogDebug(ex, "Error checking for aspire workload");
Utils\EnvironmentChecker\DevCertsCheck.cs (4)
184logger.LogDebug(ex, "Error checking dev-certs"); 225logger.LogDebug(ex, "Error reading certificates from CurrentUser/My store"); 327logger.LogDebug(ex, "Error checking certificate trust on macOS"); 375logger.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)
485Logger.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 (14)
ApplicationModel\ProjectResource.cs (1)
284logger.LogDebug(ex, "Error getting ContainerWorkingDirectory. Using default /app");
Backchannel\AuxiliaryBackchannelRpcTarget.cs (3)
611logger.LogDebug(ex, "Error watching logs for resource {ResourceName}", name); 714logger.LogDebug(ex, "Error watching logs for resource {ResourceName}", name); 879logger.LogDebug(ex, "Failed to list tools from MCP endpoint {EndpointUri}", endpointUri);
Dcp\DcpExecutor.cs (4)
257_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error."); 289_logger.LogDebug(ex, "Application orchestrator could not be stopped programmatically."); 930_logger.LogDebug(ex, "Cancellation during creation of resources."); 2623_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)
437_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 461_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");
Dcp\DcpPipelineBuilder.cs (2)
50logger.LogDebug( 75logger.LogDebug(
Pipelines\Internal\FileDeploymentStateManager.cs (1)
125logger.LogDebug(ex, "Unable to check permissions on deployment state directory '{Directory}'.", deploymentStateDirectory);
VersionChecking\VersionCheckService.cs (1)
78_logger.LogDebug(ex, "Error checking for latest version.");
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
687portLogger.LogDebug(ex, "Failed to log anonymous access status for port");
Aspire.Hosting.Docker (1)
DockerComposeServiceResource.cs (1)
479logger.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.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}");