333 references to LogDebug
aspire (200)
Acquisition\InstallationCandidateSources.cs (2)
193logger.LogDebug(ex, "Discovery: failed to enumerate {EntryKind} under '{Root}'.", entryKind, root); 209logger.LogDebug(ex, "Discovery: failed to enumerate {EntryKind} under '{Root}'.", entryKind, root);
Acquisition\InstallSidecarReader.cs (2)
68_logger.LogDebug(error, "Install sidecar file '{SidecarPath}' contains malformed JSON.", sidecarPath); 72_logger.LogDebug(error, "Install sidecar file '{SidecarPath}' could not be read due to a path, permission, or IO error.", sidecarPath);
Acquisition\PeerInstallProbe.cs (1)
187_logger.LogDebug(ex, "Peer probe at {BinaryPath} returned invalid JSON; trying the --version fallback.", binaryPath);
Acquisition\WingetFirstRunProbe.cs (4)
71_logger.LogDebug(ex, "Winget first-run probe could not write temp sidecar at {Path}.", tempPath); 87_logger.LogDebug(ex, "Winget first-run probe could not rename temp sidecar to {Path}.", sidecarPath); 100_logger.LogDebug(ex, "Winget first-run probe could not delete temp sidecar at {Path}.", tempPath); 104_logger.LogDebug(ex, "Winget first-run probe could not delete temp sidecar at {Path}.", tempPath);
Agents\AspireSkills\AspireSkillsInstaller.cs (12)
265logger.LogDebug(ex, "Downloaded Aspire skills GitHub release asset {AssetName} is invalid.", asset.Name); 273logger.LogDebug(ex, "Aspire skills GitHub release acquisition timed out for version {Version}.", version); 280logger.LogDebug(ex, "Aspire skills GitHub release acquisition failed for version {Version}.", version); 362logger.LogDebug(ex, "Embedded Aspire skills bundle {AssetName} is invalid.", metadata.AssetName); 630logger.LogDebug(ex, "Failed to enumerate cached Aspire skills bundles for version {Version}.", version); 718logger.LogDebug(ex, "Ignoring invalid cached Aspire skills bundle at {CacheDirectory}.", cacheDirectory); 980logger.LogDebug(ex, "Failed to enumerate Aspire skills cache directories for cleanup."); 1005logger.LogDebug(ex, "Failed to evaluate temporary Aspire skills cache directory {Directory} for cleanup.", directory); 1057logger.LogDebug( 1113logger.LogDebug(ex, "Failed to update Aspire skills cache last-used marker for {Directory}.", directory); 1153logger.LogDebug(ex, "Failed to delete Aspire skills cache directory {Directory}.", directory); 1165logger.LogDebug(ex, "Failed to delete Aspire skills cache file {Path}.", path);
Agents\AspireSkills\GitHubArtifactAttestationVerifier.cs (2)
60logger.LogDebug(ex, "Failed to fetch GitHub artifact attestations for {Repository} digest {Digest}.", repository, digestHex); 82logger.LogDebug(ex, "Failed to deserialize GitHub artifact attestation bundle for {Repository} digest {Digest}.", repository, digestHex);
Agents\ClaudeCode\ClaudeCodeCliRunner.cs (1)
87logger.LogDebug(ex, "Claude Code CLI is not installed or not found in PATH");
Agents\Copilot\CopilotCliRunner.cs (1)
67logger.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\Hooks\TelemetryHookConfigurator.cs (4)
159_logger.LogDebug(ex, "Failed to write Copilot CLI telemetry hook configuration."); 179_logger.LogDebug(ex, "Failed to read Claude settings at {Path}.", settingsPath); 191_logger.LogDebug(ex, "Claude settings at {Path} contained malformed JSON; skipping hook registration.", settingsPath); 302_logger.LogDebug(ex, "Failed to write Claude settings at {Path}.", settingsPath);
Agents\Hooks\TelemetryHookInstaller.cs (2)
87_logger.LogDebug(ex, "Could not read existing telemetry hook script at {Path}; it will be rewritten.", path); 113_logger.LogDebug(ex, "Could not set executable bit on telemetry hook script at {Path}.", path);
Agents\OpenCode\OpenCodeCliRunner.cs (1)
80logger.LogDebug(ex, "OpenCode CLI is not installed or not found in PATH");
Agents\Playwright\PlaywrightCliInstaller.cs (2)
267logger.LogDebug(ex, "Failed to clean up temporary directory: {TempDir}", tempDir); 387logger.LogDebug(ex, "Failed to remove playwright-cli skills from {SkillDir}.", skillDir);
Agents\Playwright\PlaywrightCliRunner.cs (3)
75logger.LogDebug(ex, "playwright-cli is not installed or not found in PATH"); 125logger.LogDebug(ex, "Failed to run playwright-cli install --skills"); 149logger.LogDebug(ex, "Failed to clean up .playwright directory in {WorkingDirectory}", workingDirectory);
Agents\VsCode\VsCodeCliRunner.cs (1)
91logger.LogDebug(ex, "VS Code CLI ({Command}) is not installed or not found in PATH", command);
Backchannel\AppHostAuxiliaryBackchannel.cs (9)
330_logger.LogDebug(ex, "StopAppHostAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 362_logger.LogDebug(ex, "GetDashboardUrlsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 391_logger.LogDebug(ex, "WaitForAppHostReadyAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 438_logger.LogDebug(ex, "GetResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 480_logger.LogDebug(ex, "WatchResourceSnapshotsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 522_logger.LogDebug(ex, "GetResourceLogsAsync RPC method not available on the remote AppHost. The AppHost may be running an older version."); 527_logger.LogDebug(ex, "Error calling GetResourceLogsAsync RPC method. The AppHost may be running an incompatible version."); 834_logger.LogDebug(ex, "GetConsoleLogBatchesAsync RPC method not available on the remote AppHost. Falling back to log-line streaming."); 885_logger.LogDebug(ex, "GetConsoleLogsAsync RPC method not available on the remote AppHost. Falling back to GetResourceLogsAsync.");
Backchannel\AppHostCliBackchannel.cs (1)
106logger.LogDebug(ex, "NotifyAppHostReadyAsync RPC method not available on the remote AppHost. The AppHost may be running an older version.");
Backchannel\AppHostConnectionResolver.cs (1)
168logger.LogDebug(ex, "Failed to connect to socket at {SocketPath}", appHostSocket.SocketPath);
Backchannel\OrphanedAppHostCollector.cs (2)
36logger.LogDebug(ex, "Failed to scan for orphaned AppHosts."); 81logger.LogDebug(ex, "Error while collecting orphaned AppHost at {SocketPath}.", connection.SocketPath);
Bundles\BundleService.cs (1)
752logger.LogDebug(ex, "Could not remove legacy path {Path}; will retry next run.", legacyPath);
Caching\AppHostInfoDiskCache.cs (3)
171_logger.LogDebug(ex, "Failed to read AppHost info cache for {Project}", projectFile.FullName); 235_logger.LogDebug(ex, "Failed to write AppHost info cache for {Project}", projectFile.FullName); 247logger.LogDebug(ex, "Failed to delete temporary AppHost info cache file {Path}", tempPath);
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);
Certificates\CertificateCacheWriter.cs (1)
63logger.LogDebug(ex, "Failed to delete temporary certificate cache file {TemporaryPath}", temporaryPath);
Certificates\CertificateService.cs (1)
230logger.LogDebug(ex, "Failed to export dev certificate as PEM");
Commands\AgentMcpCommand.cs (1)
208_logger.LogDebug(ex, "Failed to aggregate resource MCP tools");
Commands\AppHostLauncher.cs (4)
537logger.LogDebug(ex, "Failed to retrieve dashboard URLs from backchannel connection. Continuing without dashboard URLs."); 562logger.LogDebug(ex, "Failed while waiting for AppHost startup readiness from auxiliary backchannel."); 643logger.LogDebug(ex, "Failed to dispose child CLI process execution after start failure."); 909logger.LogDebug(ex, "Failed to read child CLI log file {ChildLogFile}", childLogFile);
Commands\PipelineCommandBase.cs (1)
418_logger.LogDebug(ex, "Operation was cancelled.");
Commands\PsCommand.cs (5)
209_logger.LogDebug(ex, "Failed while watching AppHost connections for ps --follow."); 255_logger.LogDebug(ex, "Stopping ps --follow because the output stream is no longer writable."); 284_logger.LogDebug(ex, "Stopping ps --follow because the output stream is no longer writable."); 366_logger.LogDebug(ex, "Failed to get AppHost SDK version for {AppHostPath}", info.AppHostPath); 378_logger.LogDebug(ex, "Failed to get dashboard URL for {AppHostPath}", info.AppHostPath);
Commands\ResourceCommand.cs (1)
611command._logger.LogDebug(ex, "Failed to augment resource help with available resource commands.");
Commands\RestoreCommand.cs (1)
205_logger.LogDebug(ex, "Ignoring invalid config while resolving config-only guest AppHost in {Directory}", searchDirectory.FullName);
Commands\RunCommand.cs (6)
664_logger.LogDebug(ex, "AppHost log capture ended while the run command was exiting early."); 698_logger.LogDebug(ex, "AppHost exited before backchannel connected."); 733_logger.LogDebug(ex, "Detached child timed out or failed while awaiting AppHost teardown during early exit."); 1496_logger.LogDebug(ex, "Timed out waiting for AppHost startup cancellation to complete."); 1501_logger.LogDebug(ex, "AppHost run failed after startup cancellation."); 1513_logger.LogDebug(ex, "AppHost run failed after startup cancellation timeout.");
Commands\Sdk\SdkDumpCommand.cs (2)
257_logger.LogDebug(ex, "Failed to clean up temp directory {TempDir}", tempDir); 336_logger.LogDebug(ex, "Failed to clean up temp directory {TempDir}", tempDir);
Commands\Sdk\SdkExportCommand.cs (2)
170_logger.LogDebug(ex, "Failed to resolve export language {Language}", language); 265_logger.LogDebug(ex, "Failed to clean up API export directory {TempDirectory}", tempDirectoryPath);
Commands\Sdk\SdkGenerateCommand.cs (1)
207_logger.LogDebug(ex, "Failed to clean up temp directory {TempDir}", tempDir);
Commands\StopCommand.cs (2)
179_logger.LogDebug(ex, "Failed to resolve AppHost project file for resource cleanup."); 381_logger.LogDebug(ex, "Failed to inspect AppHost project for persistent resource cleanup compatibility.");
Commands\TelemetryCommandHelpers.cs (3)
390logger.LogDebug(probeEx, "Dashboard probe failed for {Url}", dashboardBaseUrl); 458logger.LogDebug(ex, "Failed to exchange login token for API key at {Url}", dashboardBaseUrl); 463logger.LogDebug(ex, "Failed to exchange login token for API key at {Url}", dashboardBaseUrl);
Commands\TerminalAttachCommand.cs (2)
193_logger.LogDebug(ex, "Failed to connect to terminal at {Path}", replica.ConsumerUdsPath); 201_logger.LogDebug(ex, "Terminal session connection lost at {Path}", replica.ConsumerUdsPath);
Commands\UpdateCommand.cs (2)
484_logger.LogDebug(ex, "Migration '{MigrationId}' detection failed", migration.Id); 550_logger.LogDebug(ex, "Migration '{MigrationId}' apply failed", migration.Id);
Configuration\AspireConfigFile.cs (1)
300logger?.LogDebug(ex, "Failed to read launch profiles from {Path}", apphostRunPath);
Documentation\FileBackedDocumentContentCache.cs (6)
208_logger.LogDebug(ex, "Failed to read JSON cache for key: {Key}", key); 248_logger.LogDebug(ex, "Failed to write JSON cache for key: {Key}", key); 285_logger.LogDebug(ex, "Failed to read cache file: {FilePath}", filePath); 302_logger.LogDebug(ex, "Failed to write cache file: {FilePath}", filePath); 320_logger.LogDebug(ex, "Failed to create cache directory: {Directory}", _diskCacheDirectory.FullName); 335_logger.LogDebug(ex, "Failed to delete cache file: {FilePath}", filePath);
DotNet\DotNetCliRunner.cs (4)
547logger.LogDebug(ex, "AppHost process has exited with code {ExitCode}. Unable to connect to backchannel at {SocketPath}", execution.ExitCode, socketPath); 1454logger.LogDebug(ex, "Failed to read or hash NuGet config file at path: {Path}", filePath); 1501logger.LogDebug(ex, "Failed to parse cached package search JSON; performing live search."); 1508logger.LogDebug(ex, "Failed to probe package search disk cache; proceeding without cache.");
DotNet\ProcessExecution.cs (3)
416_logger.LogDebug( 424_logger.LogDebug( 550_logger.LogDebug(ex, "{FileName} IsolatedProcess dispose threw", _fileName);
Git\GitRepository.cs (2)
85logger.LogDebug(ex, "Git is not installed or not found in PATH"); 176logger.LogDebug(ex, "Git is not installed or not found in PATH");
Interaction\ExtensionInteractionService.cs (2)
465_logger.LogDebug(ex, "Message action capability probe failed; using legacy extension notifications."); 710_logger.LogDebug(displayErrorException, "Failed to display an extension operation error through the extension backchannel.");
Layout\LayoutDiscovery.cs (1)
104_logger.LogDebug(ex, "TryDiscoverAspireHomeLayout: could not resolve Aspire home directory");
Mcp\McpResourceToolRefreshService.cs (1)
121_logger.LogDebug(ex, "Failed to refresh resource MCP tool routing map.");
Migrations\TypeScriptAppHostMigration.cs (4)
225_logger.LogDebug(ex, "Failed to update appHost.path in {ConfigPath} during migration", configPath); 273_logger.LogDebug(ex, "Failed to update include entries in {TsConfigPath} during migration", tsConfigPath); 316_logger.LogDebug(ex, "Failed to update script entries in {PackageJsonPath} during migration", packageJsonPath); 367_logger.LogDebug(ex, "SDK regeneration after migration failed");
Npm\NpmRunner.cs (2)
198logger.LogDebug(ex, "Failed to clean up temporary directory: {TempDir}", tempDir); 327logger.LogDebug(ex, "Failed to run npm {Args}", argsString);
Npm\SigstoreNpmProvenanceChecker.cs (2)
100_logger.LogDebug(ex, "Failed to deserialize Sigstore bundle for {PackageSpecifier}", NpmPackageInfo.FormatPackageSpecifier(packageName, version)); 170_logger.LogDebug(ex, "Failed to fetch attestations for {PackageSpecifier}", NpmPackageInfo.FormatPackageSpecifier(packageName, version));
NuGet\BundleNuGetService.cs (1)
274logger.LogDebug(ex, "Cached package manifest {ManifestPath} is invalid and will be regenerated.", manifestPath);
NuGet\NuGetPackagePrefetcher.cs (2)
54logger.LogDebug(ex, "Non-fatal error while prefetching template packages. This is not critical to the operation of the CLI."); 80logger.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");
Packaging\PackageChannel.cs (6)
465logger.LogDebug(ex, "Failed to read package file '{PackageFile}' while resolving polyglot tag.", packageFile); 470logger.LogDebug(ex, "Package file '{PackageFile}' contains invalid data.", packageFile); 475logger.LogDebug(ex, "Failed to parse nuspec in package file '{PackageFile}'.", packageFile); 773logger.LogDebug(ex, "Failed to read package file '{PackageFile}' while resolving dependencies.", packageFile); 778logger.LogDebug(ex, "Package file '{PackageFile}' contains invalid data.", packageFile); 783logger.LogDebug(ex, "Failed to parse nuspec in package file '{PackageFile}'.", packageFile);
Profiling\ProfileCaptureService.cs (2)
362_logger.LogDebug(ex, "Failed to stop profile dashboard process."); 379_logger.LogDebug(ex, "Profile dashboard process did not exit within the disposal timeout.");
Projects\AppHostServerClosureSnapshots.cs (2)
366_logger.LogDebug(ex, "Failed to clean stale AppHost project layout staging directory {Path}", stagingDirectory); 544_logger.LogDebug(ex, "Failed to delete AppHost project layout directory {Path}", path);
Projects\DotNetAppHostProject.cs (4)
2070_logger.LogDebug(ex, "Falling back to dotnet run because launch settings could not be parsed for {Project}.", effectiveAppHostFile.FullName); 2075_logger.LogDebug(ex, "Falling back to dotnet run because launch settings could not be read for {Project}.", effectiveAppHostFile.FullName); 2080_logger.LogDebug(ex, "Falling back to dotnet run because launch settings could not be read for {Project}.", effectiveAppHostFile.FullName); 2577_logger.LogDebug(ex, "Failed to get UserSecretsId from project file");
Projects\DotNetBasedAppHostServerProject.cs (1)
493_logger.LogDebug(ex, "Failed to delete obj folder at {ObjPath}", objPath);
Projects\GuestAppHostProject.cs (1)
1826_logger.LogDebug(ex, "Failed to evaluate CLI/SDK version skew prior to code generation.");
Projects\GuestRuntime.cs (2)
462_logger.LogDebug(ex, "Unable to scan up-to-date check input {Input}; treating the command as out of date.", path); 568_logger.LogDebug(ex, "Unable to write up-to-date stamp {Stamp}.", stampFile.FullName);
Projects\LegacyTypeScriptAppHost.cs (1)
179logger.LogDebug(ex, "Failed to resolve TypeScript AppHost");
Projects\PrebuiltAppHostServer.cs (2)
635logger.LogDebug(ex, "Unable to read the integration restore stamp; restoring."); 654logger.LogDebug(ex, "Unable to write the integration restore stamp.");
Projects\ProjectLocator.cs (1)
1381logger.LogDebug(ex, "Proceeding without the workspace config lock at {LockPath}.", lockPath);
Scaffolding\ScaffoldingService.cs (1)
254_logger.LogDebug(ex, "Failed to delete apphost.run.json after reading profiles");
src\Shared\AppHostSocketManager.cs (1)
264logger.LogDebug(ex, "Failed to clean up backchannel socket file: {SocketPath}", SocketPath);
src\Shared\ProcessSignaler.cs (2)
124logger.LogDebug(ex, "Could not inspect process {Pid}. Treating it as not running.", pid); 176logger.LogDebug(ex, "Could not inspect process {Pid}. Treating it as not running.", pid);
Telemetry\AspireCliTelemetry.cs (3)
262_logger.LogDebug(ex, "Timed out waiting for internal Microsoft diagnostics to complete."); 269_logger.LogDebug(ex, "Failed to complete internal Microsoft diagnostics."); 417_logger.LogDebug(ex, "Internal Microsoft detection failed.");
Telemetry\InternalMicrosoftDetector.cs (8)
148_logger.LogDebug(ex, "Internal Microsoft detection failed."); 400_logger.LogDebug(ex, "Microsoft internal probe '{ProbeName}' failed.", probe.Name); 477_logger.LogDebug(ex, "Timed out waiting for cancelled Microsoft internal probes to drain."); 484_logger.LogDebug(ex, "A cancelled Microsoft internal probe failed while draining."); 529_logger.LogDebug(ex, "Failed to read Microsoft internal detector cache from {CacheFilePath}.", _cacheFilePath); 578_logger.LogDebug(ex, "Failed to write Microsoft internal detector cache to {CacheFilePath}.", _cacheFilePath); 976_logger.LogDebug(ex, "GitHub token membership probe failed."); 1003_logger.LogDebug(ex, "A cancelled GitHub token membership probe failed while draining.");
Templating\CliTemplateFactory.cs (1)
375_logger.LogDebug(ex, "Unable to set the execute bit on scaffolded build wrapper '{FilePath}'.", filePath);
Tui\TerminalViewerApp.cs (5)
180_logger.LogDebug(ex, "Multi-head RequestPrimary failed; remaining as secondary."); 272_logger.LogDebug(ex, "Embedded CTS teardown failed ({ExceptionType}).", ex.GetType().FullName); 290_logger.LogDebug(ex, "Embedded terminal dispose failed ({ExceptionType}).", ex.GetType().FullName); 563_logger.LogDebug(ex, "Multi-head Take Control failed; remaining as secondary."); 595_logger.LogDebug(ex, "Multi-head SIGWINCH re-broadcast failed.");
Utils\CliPathHelper.cs (2)
202logger?.LogDebug(ex, "Could not normalize path {Path}; skipping it.", path); 374logger?.LogDebug(ex, "Could not resolve symlink target for {Path}; {FallbackDescription}.", path, fallbackDescription);
Utils\CliUpdateNotifier.cs (1)
85logger.LogDebug(ex, "Failed to check for Aspire CLI updates.");
Utils\EnvironmentChecker\AspireVersionCheck.cs (5)
51logger.LogDebug(ex, "Failed to resolve AppHost version."); 143logger.LogDebug(ex, "Failed to check Aspire CLI version."); 249logger.LogDebug(ex, "Failed to find Aspire AppHost for version check."); 322logger.LogDebug(ex, "Failed to check Aspire AppHost version for {AppHostPath}.", appHostFile.FullName); 363logger.LogDebug(ex, "Could not read pinned channel from aspire.config.json in {Directory}.", directory);
Utils\EnvironmentChecker\ContainerRuntimeCheck.cs (1)
87logger.LogDebug(ex, "Error checking container runtime");
Utils\EnvironmentChecker\DcpConnectionChecker.cs (4)
309logger.LogDebug(ex, "Failed to delete DCP doctor session directory '{SessionDirectory}'.", sessionDirectory); 347_logger.LogDebug(ex, "Failed to request DCP shutdown for doctor connection check."); 364_logger.LogDebug(ex, "Failed to stop DCP doctor process."); 376_logger.LogDebug(ex, "Failed to delete DCP doctor session directory '{SessionDirectory}'.", _sessionDirectory);
Utils\EnvironmentChecker\DcpConnectionHealthCheck.cs (1)
89logger.LogDebug(ex, "Error checking DCP connection health.");
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (1)
100logger.LogDebug(ex, "Error checking for aspire workload");
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
52logger.LogDebug(ex, "Error checking dev-certs");
Utils\EnvironmentChecker\DotNetSdkCheck.cs (2)
74logger.LogDebug(ex, "Error checking .NET SDK"); 116logger.LogDebug(ex, "Error detecting AppHost language, skipping .NET SDK check");
Utils\EnvironmentChecker\EnvironmentChecker.cs (1)
116_logger.LogDebug(ex, "Environment check {CheckType} failed with exception", checkType.Name);
Utils\EnvironmentChecker\PendingMigrationsCheck.cs (1)
58_logger.LogDebug(ex, "Migration '{MigrationId}' detection failed", migration.Id);
Utils\ProcessCaptureRunner.cs (5)
52logger.LogDebug(ex, "Could not start process '{FileName}'.", startInfo.FileName); 82logger.LogDebug(ex, "Could not start capturing output for process '{FileName}'.", startInfo.FileName); 181logger.LogDebug(ex, "Could not kill process {Pid}.", TryGetPid(process)); 233logger.LogDebug(ex, "Timed out waiting {Bound}s for process output capture.", bound?.TotalSeconds); 239logger.LogDebug(ex, "Could not capture process output.");
Aspire.Dashboard (4)
Components\Interactions\InteractionsProvider.cs (1)
452Logger.LogDebug(ex, "Unexpected error when closing interaction {InteractionId} dialog reference.", item.InteractionId);
Components\Pages\ConsoleLogs.razor.cs (1)
970Logger.LogDebug(ex, "Failed to show the no logs message.");
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
170logger.LogDebug(ex, "Failed to deserialize OTLP JSON request.");
Terminal\TerminalWebSocketProxy.cs (1)
201logger.LogDebug(ex, "Failed to bump UDS receive buffer for {ConnectionId}.", connectionId);
Aspire.Hosting (26)
ApplicationModel\ProjectResource.cs (1)
272logger.LogDebug(ex, "Error getting ContainerWorkingDirectory. Using default /app");
Backchannel\AuxiliaryBackchannelRpcTarget.cs (4)
529logger.LogDebug( 1349logger.LogDebug(ex, "Failed to compute resource dependencies while collecting secret parameters for redaction."); 1679logger.LogDebug(ex, "Error streaming logs for resource {ResourceName}", name); 1910logger.LogDebug(ex, "Failed to list tools from MCP endpoint {EndpointUri}", endpointUri);
Backchannel\AuxiliaryBackchannelService.cs (1)
157logger.LogDebug(ex, "Client disconnected from auxiliary backchannel");
Dcp\ContainerCreator.cs (1)
916_logger.LogDebug(ex, "Failed to apply argument value '{ArgKey}' to '{ResourceName}'. A dependency may have failed to start.", a, modelResource.Name);
Dcp\DcpExecutor.cs (4)
296_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error."); 320_logger.LogDebug(ex, "Application orchestrator could not be stopped programmatically."); 463_logger.LogDebug(ex, "Failed to fetch latest state for {Kind} '{Name}' during DCP watch fallback.", original.Kind, name); 643_logger.LogDebug(ex, "Cancellation during creation of resources.");
Dcp\DcpHost.cs (2)
617_logger.LogDebug(ex, "Error while polling container runtime health for notification"); 641_logger.LogDebug(ex, "Failed to show container runtime notification or poll for health");
Dcp\DcpPipelineBuilder.cs (2)
50logger.LogDebug( 75logger.LogDebug(
Dcp\DcpResourceWatcher.cs (1)
261_logger.LogDebug(ex, "One or more monitoring tasks terminated with an error.");
Lifecycle\TerminalHostFailureDiagnosticService.cs (2)
95logger.LogDebug(ex, "TerminalHostFailureDiagnosticService stopped unexpectedly."); 114logger.LogDebug(ex, "Failed to unhide terminal host '{HostName}' after failure.", host.Name);
Publishing\ContainerRuntimeBase.cs (1)
931_logger.LogDebug(ex, "Failed to check if {Runtime} is available on PATH", RuntimeExecutable);
src\Shared\AppHostSocketManager.cs (1)
264logger.LogDebug(ex, "Failed to clean up backchannel socket file: {SocketPath}", SocketPath);
src\Shared\ProcessSignaler.cs (2)
124logger.LogDebug(ex, "Could not inspect process {Pid}. Treating it as not running.", pid); 176logger.LogDebug(ex, "Could not inspect process {Pid}. Treating it as not running.", pid);
TerminalResourceBuilderExtensions.cs (3)
328logger?.LogDebug(ex, "Failed to chmod terminal host metadata file '{Path}'.", temporaryMetadataPath); 342logger?.LogDebug(ex, "Failed to write terminal host metadata sidecar '{Path}'.", metadataPath); 352logger?.LogDebug(ex, "Failed to delete temporary terminal host metadata file '{Path}'.", temporaryMetadataPath);
VersionChecking\VersionCheckService.cs (1)
77_logger.LogDebug(ex, "Error checking for latest version.");
Aspire.Hosting.Azure (21)
AzureProvisioningController.cs (9)
1460_logger.LogDebug(ex, "Azure drift check failed."); 2600_logger.LogDebug(ex, "Unable to query live Azure resource state for {ResourceId} because no Azure credential is available.", resourceId); 2608_logger.LogDebug(ex, "Unable to query live Azure resource state for {ResourceId}.", resourceId); 2644_logger.LogDebug(ex, "Unable to parse cached {PropertyName} for Azure resource {ResourceName}.", propertyName, resourceName); 3181_logger.LogDebug(ex, "Unable to parse persisted parameters while preserving Azure resource location overrides."); 3406_logger.LogDebug(ex, "Unable to parse cached outputs for resource {ResourceName} while checking for Azure drift.", resource.Name); 3530_logger.LogDebug(ex, "Unable to parse persisted parameters while checking whether Azure resource {ResourceName} must be deleted for a location change.", resource.Name); 3561_logger.LogDebug(ex, "Unable to verify cached Azure resource state for {ResourceName} because no Azure credential is available.", resource.Name); 3568_logger.LogDebug(ex, "Unable to verify cached Azure resource state for {ResourceName} because the Azure resource probe failed.", resource.Name);
Provisioning\BicepUtilities.cs (1)
202logger.LogDebug(ex, "Unable to compute current checksum for resource {ResourceName}.", resource.Name);
Provisioning\Provisioners\BicepProvisioner.cs (11)
207logger.LogDebug(ex, "Unable to reconcile cached deployment state for {ResourceName} because no Azure credential is available.", resource.Name); 212logger.LogDebug(ex, "Unable to reconcile cached deployment state for {ResourceName} because the Azure deployment probe failed.", resource.Name); 280logger.LogDebug(ex, "Unable to publish Azure deployment operation progress for cached deployment {DeploymentId} on {ResourceName}.", deploymentId, resource.Name); 284logger.LogDebug(ex, "Unable to publish Azure deployment operation progress for cached deployment {DeploymentId} on {ResourceName} because no Azure credential is available.", deploymentId, resource.Name); 299logger.LogDebug(ex, "Unable to continue reconciling cached Azure deployment {DeploymentId} for {ResourceName}.", deploymentId, resource.Name); 304logger.LogDebug(ex, "Unable to continue reconciling cached Azure deployment {DeploymentId} for {ResourceName} because no Azure credential is available.", deploymentId, resource.Name); 488logger.LogDebug(ex, "Unable to parse cached deployment state property {PropertyName} for resource {ResourceName}.", key, resourceName); 882logger.LogDebug(ex, "Unable to adopt active Azure deployment {DeploymentId} for {ResourceName} because the Azure deployment probe failed.", deploymentId, resource.Name); 887logger.LogDebug(ex, "Unable to adopt active Azure deployment {DeploymentId} for {ResourceName} because no Azure credential is available.", deploymentId, resource.Name); 978logger.LogDebug(ex, "Unable to query Azure deployment operations for {DeploymentId}.", deploymentId); 1108logger.LogDebug(ex, "Unable to query supported Azure locations for resource type {ResourceType}.", failureDetails.ResourceType);
Aspire.Hosting.Browsers (10)
BrowserEndpointDiscovery.cs (2)
82_logger.LogDebug(ex, "Unable to read tracked browser endpoint metadata '{MetadataPath}'. Treating it as stale.", metadataPath); 124_logger.LogDebug(ex, "Tracked browser endpoint metadata '{MetadataPath}' points to endpoint '{Endpoint}', but probing /json/version failed.", metadataPath, endpoint);
BrowserHost.cs (2)
241logger.LogDebug(ex, "Unable to delete stale tracked browser endpoint metadata '{DevToolsActivePortFilePath}'.", devToolsActivePortFilePath); 245logger.LogDebug(ex, "Unable to delete stale tracked browser endpoint metadata '{DevToolsActivePortFilePath}'.", devToolsActivePortFilePath);
BrowserLogsConfigurationManager.cs (1)
239logger.LogDebug(ex, "Unable to discover tracked browser profiles for '{Browser}'.", browser);
BrowserLogsRunningSession.cs (1)
308_logger.LogDebug(ex, "Tracked browser completion observer failed for resource '{ResourceName}' and session '{SessionId}'.", _resourceName, _sessionId);
BrowserLogsSessionManager.cs (2)
287_logger.LogDebug(ex, "Failed to stop tracked browser session during disposal."); 297_logger.LogDebug(ex, "Tracked browser session completion observer failed during disposal.");
BrowserPageSession.cs (2)
205_logger.LogDebug(ex, "Failed to close tracked browser target '{TargetId}' for session '{SessionId}'.", _targetId, _sessionId); 433_logger.LogDebug(lastError, "Timed out reconnecting tracked browser page session '{SessionId}'.", _sessionId);
Aspire.Hosting.Browsers.Tests (10)
src\Aspire.Hosting.Browsers\BrowserEndpointDiscovery.cs (2)
82_logger.LogDebug(ex, "Unable to read tracked browser endpoint metadata '{MetadataPath}'. Treating it as stale.", metadataPath); 124_logger.LogDebug(ex, "Tracked browser endpoint metadata '{MetadataPath}' points to endpoint '{Endpoint}', but probing /json/version failed.", metadataPath, endpoint);
src\Aspire.Hosting.Browsers\BrowserHost.cs (2)
241logger.LogDebug(ex, "Unable to delete stale tracked browser endpoint metadata '{DevToolsActivePortFilePath}'.", devToolsActivePortFilePath); 245logger.LogDebug(ex, "Unable to delete stale tracked browser endpoint metadata '{DevToolsActivePortFilePath}'.", devToolsActivePortFilePath);
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (1)
239logger.LogDebug(ex, "Unable to discover tracked browser profiles for '{Browser}'.", browser);
src\Aspire.Hosting.Browsers\BrowserLogsRunningSession.cs (1)
308_logger.LogDebug(ex, "Tracked browser completion observer failed for resource '{ResourceName}' and session '{SessionId}'.", _resourceName, _sessionId);
src\Aspire.Hosting.Browsers\BrowserLogsSessionManager.cs (2)
287_logger.LogDebug(ex, "Failed to stop tracked browser session during disposal."); 297_logger.LogDebug(ex, "Tracked browser session completion observer failed during disposal.");
src\Aspire.Hosting.Browsers\BrowserPageSession.cs (2)
205_logger.LogDebug(ex, "Failed to close tracked browser target '{TargetId}' for session '{SessionId}'.", _targetId, _sessionId); 433_logger.LogDebug(lastError, "Timed out reconnecting tracked browser page session '{SessionId}'.", _sessionId);
Aspire.Hosting.DevTunnels (1)
DevTunnelResourceBuilderExtensions.cs (1)
808portLogger.LogDebug(ex, "Failed to log anonymous access status for port");
Aspire.Hosting.Dotnet (9)
DotnetProjectBuildArtifactManager.cs (7)
220logger.LogDebug(ex, "Failed to enumerate coordinated build projects in '{Path}'.", BuildDirectory); 312logger.LogDebug(ex, "Failed to enumerate coordinated build project state in '{Path}'.", stateDirectory); 363logger.LogDebug(ex, "Failed to enumerate temporary coordinated build project files in '{Path}'.", directory); 382logger.LogDebug(ex, "Failed to inspect temporary coordinated build project '{Path}'.", temporaryPath); 450logger.LogDebug(ex, "Failed to update coordinated build project state for '{Hash}'.", hash); 505logger.LogDebug(ex, message, path); 518logger.LogDebug(ex, "Failed to delete empty coordinated build lease directory '{Path}'.", path);
DotnetProjectBuildCoordinator.cs (1)
1147logger.LogDebug(
DotnetProjectBuildEnvironmentCallbackAnnotation.cs (1)
115logger.LogDebug(ex, "Failed to delete temporary MSBuild response-file directory '{DirectoryPath}'.", directory.FullName);
Aspire.Hosting.Kubernetes (4)
Deployment\HelmDeploymentEngine.cs (1)
792logger.LogDebug(ex, "Failed to parse kubectl output for service {ServiceName}", serviceName);
KubernetesEnvironmentResource.cs (3)
1649logger.LogDebug(ex, "Failed to delete temporary directory '{TempDir}'.", tempDir.FullName); 1906context.Logger.LogDebug(ex, "Could not parse Gateway '{GatewayName}' JSON for field-ownership cleanup.", gatewayName); 2147context.Logger.LogDebug(ex, "Failed to parse Gateway JSON for field ownership transfer.");
Aspire.Hosting.Maui (2)
Lifecycle\MauiBuildQueueEventSubscriber.cs (2)
290logger.LogDebug(ex, "Failed to kill build process."); 592logger.LogDebug(ex, "Failed to override state to Exited for resource '{ResourceName}'.", resource.Name);
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1163_logger.LogDebug(ex, "Skipping environment variable '{Key}' on resource '{Resource}': value could not be resolved at publish time.", key, resource.Name);
Aspire.Hosting.RemoteHost (9)
AssemblyLoader.cs (1)
369logger.LogDebug(ex, "Could not read assembly identity from {Path}", libsPath);
CodeGeneration\CodeGenerationDiagnostic.cs (1)
290logger?.LogDebug(ex, "Failed to capture loaded assembly diagnostics while building code-generation diagnostic.");
IntegrationLoadContext.cs (5)
97_logger.LogDebug(ex, "[IntegrationALC] Failed to load native library {NativeLibraryName} from {Path}", unmanagedDllName, path); 101_logger.LogDebug(ex, "[IntegrationALC] Failed to load native library {NativeLibraryName} from {Path}", unmanagedDllName, path); 105_logger.LogDebug(ex, "[IntegrationALC] Failed to load native library {NativeLibraryName} from {Path}", unmanagedDllName, path); 109_logger.LogDebug(ex, "[IntegrationALC] Failed to load native library {NativeLibraryName} from {Path}", unmanagedDllName, path); 113_logger.LogDebug(ex, "[IntegrationALC] Failed to load native library {NativeLibraryName} from {Path}", unmanagedDllName, path);
JsonRpcServer.cs (2)
256_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason); 267_logger.LogDebug(ex, "Client {ClientId}: {DisconnectReason}", clientId, disconnectReason);
Aspire.TerminalHost (15)
DcpUpstreamAdapter.cs (4)
272_logger.LogDebug(ex, 331_logger.LogDebug(ex, 433_logger.LogDebug(ex, "DcpUpstreamAdapter: read pump terminated unexpectedly."); 469_logger.LogDebug(ex, "DcpUpstreamAdapter: Disconnected handler threw (ignored).");
TerminalHostApp.cs (1)
232_logger.LogDebug(ex, "Error while disposing replica.");
TerminalHostControlListener.cs (3)
148_logger.LogDebug(ex, "Transient accept error ({SocketError}); retrying.", ex.SocketErrorCode); 153_logger.LogDebug(ex, "Control listener accept failed; stopping."); 251_logger.LogDebug(ex, "Control RPC connection ended with an error.");
TerminalReplica.cs (7)
283_logger.LogDebug(ex, "Replica terminal dispose threw (ignored)."); 518_logger.LogDebug(ex, 549_logger.LogDebug(ex, "Replica recycle loop terminated with an unexpected error."); 589_logger.LogDebug(ex, "Failed to chmod terminal socket '{Path}'.", path); 607_logger.LogDebug(ex, "Unexpected error while applying restrictive permissions to '{Path}'.", path); 624_logger.LogDebug(ex, "Failed to delete stale UDS file '{Path}'.", path); 628_logger.LogDebug(ex, "Failed to delete stale UDS file '{Path}' (access denied).", path);
AzureSearch.ApiService (1)
Program.cs (1)
56logger.LogDebug(e, "Didn't find index.");
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (14)
Connection\DirectTlsConnection.cs (3)
199_logger.LogDebug(ex, "Failed to dispose half-open connection backend for fd={Fd}", _connectionState.Fd); 399_logger.LogDebug(ex, "TLS fatal error for fd={Fd}, aborting connection", _connectionState.Fd); 464_logger.LogDebug(ex, "TLS shutdown failed for fd={Fd}", _connectionState.Fd);
TlsEventPump.cs (8)
565_logger.LogDebug(ex, "Connection I/O threw for fd={Fd}", fd); 651_logger.LogDebug(ex, "Processing an accepted socket threw; disposing it to release its fd."); 727_logger.LogDebug(ex, "Failed to initialize TLS session for fd={Fd}", clientFd); 794_logger.LogDebug(ex, "Handshake threw for fd={Fd}", fd); 956_logger.LogDebug(ex, "Resolving the TLS context failed for fd={Fd}; dropping connection.", fd); 967_logger.LogDebug(ex, "Installing the resolved TLS context failed for fd={Fd}", fd); 1036_logger.LogDebug(ex, "Completing handshake threw for fd={Fd}", fd); 1162_logger.LogDebug(ex, "Disposing a connection abandoned during shutdown threw.");
TlsEventPump.UserCallbacks.cs (3)
257_logger.LogDebug(failure, "A TLS handshake callback failed for fd={Fd}; dropping connection.", fd); 282_logger.LogDebug(ex, "Installing the resolved TLS context failed for fd={Fd}", fd); 313_logger.LogDebug(ex, "Recording the client certificate verdict failed for fd={Fd}; dropping connection.", fd);
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\aspnetcore\src\SignalR\common\Shared\MessageBuffer.cs (1)
303_logger.LogDebug(ex, "Failure while resending messages after a reconnect.");
Microsoft.AspNetCore.SignalR.Core (1)
src\aspnetcore\src\SignalR\common\Shared\MessageBuffer.cs (1)
303_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.TemplateEngine.Edge (1)
Settings\TemplatePackageManager.cs (1)
291_logger.LogDebug(ex, "Failed to load templatecache.json.");
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
BindSymbolEvaluator.cs (1)
95_logger.LogDebug(currentTask.Exception, "The evaluation task has failed: {0}", currentTask.Exception.Message);