738 references to LogDebug
aspire (297)
Agents\ClaudeCode\ClaudeCodeAgentEnvironmentScanner.cs (16)
45_logger.LogDebug("Starting Claude Code environment scan in directory: {WorkingDirectory}", context.WorkingDirectory.FullName); 46_logger.LogDebug("Workspace root: {RepositoryRoot}", context.RepositoryRoot.FullName); 49_logger.LogDebug("Searching for .claude folder..."); 56_logger.LogDebug("Inferred workspace root from .claude folder parent: {WorkspaceRoot}", workspaceRoot.FullName); 59_logger.LogDebug("Checking if Aspire MCP server is already configured in .mcp.json..."); 63_logger.LogDebug("Adding Claude Code applicator for .mcp.json at: {WorkspaceRoot}", workspaceRoot.FullName); 68_logger.LogDebug("Aspire MCP server is already configured"); 74_logger.LogDebug("Registering Playwright MCP configuration callback for Claude Code"); 81_logger.LogDebug("Playwright MCP server is already configured"); 94_logger.LogDebug("No .claude folder found, checking for Claude Code CLI installation..."); 99_logger.LogDebug("Found Claude Code CLI version: {Version}", claudeCodeVersion); 104_logger.LogDebug("Adding Claude Code applicator for .mcp.json at workspace root: {WorkspaceRoot}", context.RepositoryRoot.FullName); 109_logger.LogDebug("Aspire MCP server is already configured"); 115_logger.LogDebug("Registering Playwright MCP configuration callback for Claude Code"); 122_logger.LogDebug("Playwright MCP server is already configured"); 134_logger.LogDebug("Claude Code CLI not found - skipping");
Agents\ClaudeCode\ClaudeCodeCliRunner.cs (6)
19logger.LogDebug("Checking for Claude Code CLI installation"); 24logger.LogDebug("Claude Code CLI is not installed or not found in PATH"); 50logger.LogDebug("Claude Code CLI returned non-zero exit code {ExitCode}: {Error}", process.ExitCode, errorOutput.Trim()); 59logger.LogDebug("Claude Code CLI returned empty version output"); 78logger.LogDebug("Found Claude Code CLI version: {Version}", version); 82logger.LogDebug("Could not parse Claude Code CLI version from output: {Output}", output.Trim());
Agents\CopilotCli\CopilotCliAgentEnvironmentScanner.cs (15)
45_logger.LogDebug("Starting GitHub Copilot CLI environment scan"); 54_logger.LogDebug("Detected VSCode terminal environment. Assuming GitHub Copilot CLI is available to avoid potential hangs from interactive installation prompts."); 57_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 62_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 67_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 73_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 80_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI"); 93_logger.LogDebug("Checking for GitHub Copilot CLI installation..."); 98_logger.LogDebug("GitHub Copilot CLI is not installed - skipping"); 103_logger.LogDebug("Found GitHub Copilot CLI version: {Version}", copilotVersion); 106_logger.LogDebug("Checking if Aspire MCP server is already configured in Copilot CLI global config..."); 110_logger.LogDebug("Adding Copilot CLI applicator for global MCP configuration"); 115_logger.LogDebug("Aspire MCP server is already configured in Copilot CLI"); 121_logger.LogDebug("Registering Playwright MCP configuration callback for Copilot CLI"); 128_logger.LogDebug("Playwright MCP server is already configured in Copilot CLI");
Agents\CopilotCli\CopilotCliRunner.cs (6)
19logger.LogDebug("Checking for GitHub Copilot CLI installation"); 24logger.LogDebug("GitHub Copilot CLI is not installed or not found in PATH"); 50logger.LogDebug("GitHub Copilot CLI returned non-zero exit code {ExitCode}: {Error}", process.ExitCode, errorOutput.Trim()); 59logger.LogDebug("GitHub Copilot CLI returned empty version output"); 78logger.LogDebug("Found GitHub Copilot CLI version: {Version}", version); 82logger.LogDebug("Could not parse GitHub Copilot CLI version from output: {Output}", output.Trim());
Agents\OpenCode\OpenCodeAgentEnvironmentScanner.cs (12)
40_logger.LogDebug("Starting OpenCode environment scan in directory: {WorkingDirectory}", context.WorkingDirectory.FullName); 41_logger.LogDebug("Workspace root: {RepositoryRoot}", context.RepositoryRoot.FullName); 50_logger.LogDebug("Found existing opencode.jsonc at: {ConfigFilePath}", configFilePath); 53_logger.LogDebug("Checking if Aspire MCP server is already configured in opencode.jsonc..."); 57_logger.LogDebug("Adding OpenCode applicator to update existing opencode.jsonc"); 62_logger.LogDebug("Aspire MCP server is already configured"); 68_logger.LogDebug("Registering Playwright MCP configuration callback for OpenCode"); 75_logger.LogDebug("Playwright MCP server is already configured"); 88_logger.LogDebug("No opencode.jsonc found, checking for OpenCode CLI installation..."); 93_logger.LogDebug("Found OpenCode CLI version: {Version}", openCodeVersion); 95_logger.LogDebug("Adding OpenCode applicator to create new opencode.jsonc at: {ConfigDirectory}", configDirectory.FullName); 112_logger.LogDebug("OpenCode CLI not found - skipping");
Agents\OpenCode\OpenCodeCliRunner.cs (6)
19logger.LogDebug("Checking for OpenCode CLI installation"); 24logger.LogDebug("OpenCode CLI is not installed or not found in PATH"); 50logger.LogDebug("OpenCode CLI returned non-zero exit code {ExitCode}: {Error}", process.ExitCode, errorOutput.Trim()); 59logger.LogDebug("OpenCode CLI returned empty version output"); 71logger.LogDebug("Found OpenCode CLI version: {Version}", version); 75logger.LogDebug("Could not parse OpenCode CLI version from output: {Output}", output.Trim());
Agents\VsCode\VsCodeAgentEnvironmentScanner.cs (18)
45_logger.LogDebug("Starting VS Code environment scan in directory: {WorkingDirectory}", context.WorkingDirectory.FullName); 46_logger.LogDebug("Workspace root: {RepositoryRoot}", context.RepositoryRoot.FullName); 48_logger.LogDebug("Searching for .vscode folder..."); 53_logger.LogDebug("Found .vscode folder at: {VsCodeFolder}", vsCodeFolder.FullName); 59_logger.LogDebug("Adding VS Code applicator for .vscode folder at: {VsCodeFolder}", vsCodeFolder.FullName); 64_logger.LogDebug("Aspire MCP server is already configured in .vscode/mcp.json"); 70_logger.LogDebug("Registering Playwright MCP configuration callback for .vscode folder"); 77_logger.LogDebug("Playwright MCP server is already configured in .vscode/mcp.json"); 89_logger.LogDebug("No .vscode folder found, but VS Code is available on the system"); 93_logger.LogDebug("Adding VS Code applicator for new .vscode folder at: {VsCodeFolder}", targetVsCodeFolder.FullName); 110_logger.LogDebug("No .vscode folder found and VS Code is not available - skipping VS Code configuration"); 124_logger.LogDebug("Checking for VS Code environment variables..."); 127_logger.LogDebug("Found VS Code environment variables"); 132_logger.LogDebug("Checking for VS Code stable CLI..."); 136_logger.LogDebug("Found VS Code stable version: {Version}", vsCodeVersion); 141_logger.LogDebug("Checking for VS Code Insiders CLI..."); 145_logger.LogDebug("Found VS Code Insiders version: {Version}", vsCodeInsidersVersion); 149_logger.LogDebug("VS Code not found on the system");
Agents\VsCode\VsCodeCliRunner.cs (7)
20logger.LogDebug("Checking for VS Code CLI installation using command: {Command}", command); 25logger.LogDebug("VS Code CLI ({Command}) is not installed or not found in PATH", command); 51logger.LogDebug("VS Code CLI ({Command}) returned non-zero exit code {ExitCode}: {Error}", command, process.ExitCode, errorOutput.Trim()); 59logger.LogDebug("VS Code CLI ({Command}) returned empty version output", command); 68logger.LogDebug("VS Code CLI ({Command}) returned no lines in output", command); 82logger.LogDebug("Found VS Code CLI ({Command}) version: {Version}", command, version); 86logger.LogDebug("Could not parse VS Code CLI ({Command}) version from output: {Output}", command, output.Trim());
Backchannel\AppHostAuxiliaryBackchannel.cs (11)
136_logger?.LogDebug("Connecting to auxiliary backchannel at {SocketPath}", SocketPath); 149_logger?.LogDebug("Connected to auxiliary backchannel at {SocketPath}", SocketPath); 164_logger?.LogDebug("Requesting AppHost information"); 183_logger?.LogDebug("Requesting AppHost to stop"); 192_logger?.LogDebug("Stop request sent to AppHost"); 212_logger?.LogDebug("Requesting Dashboard MCP connection info"); 231_logger?.LogDebug("Requesting Dashboard URLs"); 259_logger?.LogDebug("Getting resource snapshots"); 286_logger?.LogDebug("Starting resource snapshots watch"); 327_logger?.LogDebug("Getting resource logs for {ResourceName} (follow={Follow})", resourceName ?? "all resources", follow); 375_logger?.LogDebug("Requesting AppHost to call MCP tool {ToolName} on resource {ResourceName}", toolName, resourceName);
Backchannel\AppHostCliBackchannel.cs (22)
59logger.LogDebug("Requesting stop"); 72logger.LogDebug("Requesting dashboard URL"); 91logger.LogDebug("Requesting AppHost log entries"); 98logger.LogDebug("Received AppHost log entries async enumerable"); 102logger.LogDebug("Connection lost while getting log entries, waiting for reconnect..."); 127logger.LogDebug("Requesting resource states"); 134logger.LogDebug("Received resource states async enumerable"); 138logger.LogDebug("Connection lost while getting resource states, waiting for reconnect..."); 173logger.LogDebug("Connection lost during enumeration, will restart after reconnect"); 189logger.LogDebug("Ignoring connection lost exception during enumerator disposal"); 238logger.LogDebug("Reconnection completed successfully"); 269logger.LogDebug("Connecting to AppHost backchannel at {SocketPath} (autoReconnect={AutoReconnect})", socketPath, autoReconnect); 273logger.LogDebug("Connected to AppHost backchannel at {SocketPath}", socketPath); 320logger.LogDebug("Backchannel disconnected but reconnection already in progress, ignoring."); 351logger.LogDebug("Resetting backchannel for reconnection"); 392logger.LogDebug("Requesting publishing activities."); 399logger.LogDebug("Received publishing activities."); 412logger.LogDebug("Requesting capabilities"); 427logger.LogDebug("Providing prompt responses for prompt ID {PromptId}", promptId); 440logger.LogDebug("Providing prompt responses for prompt ID {PromptId}", promptId); 453logger.LogDebug("Requesting execution."); 459logger.LogDebug("Requested execution.");
Backchannel\AuxiliaryBackchannelMonitor.cs (13)
148logger.LogDebug("Current command is not MCP start command. Auxiliary backchannel monitoring disabled."); 180logger.LogDebug("No command selected within timeout. Auxiliary backchannel monitoring not needed."); 223logger.LogDebug("Socket created: {SocketPath}", newFile); 231logger.LogDebug("Socket deleted: {SocketPath}", removedFile); 274logger.LogDebug("Marked failed socket for retry on next scan: {SocketPath}", failedSocket); 295logger.LogDebug("Already connected to socket: {SocketPath}", socketPath); 303logger.LogDebug("Socket is orphaned (PID {Pid} not running), skipping: {SocketPath}", pidValue, socketPath); 311logger.LogDebug("Deleted orphaned socket: {SocketPath}", socketPath); 346logger.LogDebug("Retrying connection to auxiliary socket: {SocketPath}", socketPath); 373logger.LogDebug("Socket connection refused but file is new ({Age}ms old), will retry: {SocketPath}", (int)socketAge.TotalMilliseconds, socketPath); 379logger.LogDebug("Socket connection refused (stale socket): {SocketPath}", socketPath); 384logger.LogDebug("Socket not ready yet, will retry: {SocketPath}", socketPath); 397logger.LogDebug("Socket connection timed out after {ElapsedSeconds} seconds: {SocketPath}", maxElapsed.TotalSeconds, socketPath);
Backchannel\ExtensionBackchannel.cs (28)
105_logger.LogDebug("Starting backchannel connection to Aspire extension at {Endpoint}", endpoint); 116_logger.LogDebug("Connected to ExtensionBackchannel at {Endpoint}", endpoint); 125_logger.LogDebug("Slow polling for backchannel connection (attempt {ConnectionAttempts}), {SocketException}", connectionAttempts, ex); 169_logger.LogDebug("Connecting to {Name} backchannel at {SocketPath}", Name, endpoint); 179_logger.LogDebug("Connected to {Name} backchannel at {SocketPath}", Name, endpoint); 259_logger.LogDebug("Sent message {Message}", message); 275_logger.LogDebug("Sent success message {Message}", message); 291_logger.LogDebug("Sent subtle message {Message}", message); 307_logger.LogDebug("Sent error message {Error}", error); 323_logger.LogDebug("Sent empty line"); 339_logger.LogDebug("Sent incompatible version error for capability {RequiredCapability} with hosting SDK version {AppHostHostingSdkVersion}", 356_logger.LogDebug("Sent cancellation message"); 372_logger.LogDebug("Sent lines for display"); 388_logger.LogDebug("Sent dashboard URLs for display"); 404_logger.LogDebug("Sent status update: {Status}", status); 425_logger.LogDebug("Prompting for selection with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 455_logger.LogDebug("Prompting for multiple selections with text: {PromptText}, choices: {Choices}", promptText, choicesByFormattedValue.Keys); 480_logger.LogDebug("Prompting for confirmation with text: {PromptText}, default value: {DefaultValue}", promptText, defaultValue); 506_logger.LogDebug("Prompting for string with text: {PromptText}, default value: {DefaultValue}, required: {Required}", promptText, defaultValue, required); 532_logger.LogDebug("Prompting for secret string with text: {PromptText}, required: {Required}", promptText, required); 556_logger.LogDebug("Opening path: {Path}", path); 591_logger.LogDebug("Sent plain text message {Message}", text); 607_logger.LogDebug("Sent debug session message {Message}", message); 629_logger.LogDebug("Requesting capabilities from the extension"); 647_logger.LogDebug("Running .NET project at {ProjectFile} with arguments: {Arguments}", projectFile, string.Join(" ", arguments)); 663_logger.LogDebug("Notifying that app host startup is completed"); 680_logger.LogDebug("Starting extension debugging session in directory {WorkingDirectory} for project file {ProjectFile} with debug={Debug}", 697_logger.LogDebug("Stopping extension debugging session");
Caching\DiskCache.cs (7)
63_logger.LogDebug("Disk cache miss for key {RawKey}", key); 68_logger.LogDebug("Disk cache hit for key {RawKey} (file: {CacheFilePath})", key, cacheFilePath); 123_logger.LogDebug("Stored disk cache entry for key {RawKey} (file: {CacheFilePath})", key, fullPath); 273_logger.LogDebug("Deleted expired cache file: {CacheFile}", file.FullName); 277_logger.LogDebug("Deleted old cache file during global cleanup: {CacheFile}", file.FullName); 281_logger.LogDebug("Deleted invalid cache file: {CacheFile}", file.FullName); 285_logger.LogDebug("Deleted cache file: {CacheFile}", file.FullName);
Commands\McpStartCommand.cs (12)
100_logger.LogDebug("MCP ListTools request received"); 134_logger.LogDebug("Returning {ToolCount} tools", tools.Count); 143_logger.LogDebug("MCP CallTool request received for tool: {ToolName}", toolName); 193_logger.LogDebug("Invoking tool {Name} with arguments {Arguments}", toolName, JsonSerializer.Serialize(args, BackchannelJsonSerializerContext.Default.DictionaryStringJsonElement)); 271_logger.LogDebug("Calling tool {ToolName} on dashboard MCP server", toolName); 275_logger.LogDebug("Invoking CallToolAsync for tool {ToolName} with arguments: {Arguments}", toolName, arguments); 277_logger.LogDebug("Tool {ToolName} completed successfully", toolName); 328_logger.LogDebug("Resources with MCP tools received: {Count}", resourcesWithTools.Count); 342_logger.LogDebug("{Tool}: {Description}", exposedName, tool.Description); 394_logger.LogDebug("Using explicitly selected AppHost: {AppHostPath}", selectedPath); 408_logger.LogDebug("Using single in-scope AppHost: {AppHostPath}", inScopeConnections[0].AppHostInfo?.AppHostPath ?? "N/A"); 432_logger.LogDebug(
Commands\RunCommand.cs (8)
626_logger.LogDebug("Starting AppHost in background: {AppHostPath}", effectiveAppHostFile.FullName); 637_logger.LogDebug("Waiting for socket with prefix: {SocketPrefix}, Hash: {Hash}", expectedSocketPrefix, expectedHash); 647_logger.LogDebug("Found {Count} running instance(s) for this AppHost, stopping them first", existingSockets.Length); 695_logger.LogDebug("Spawning child CLI: {Executable} (isDotnetHost={IsDotnetHost}) with args: {Args}", 697_logger.LogDebug("Working directory: {WorkingDirectory}", ExecutionContext.WorkingDirectory.FullName); 745_logger.LogDebug("Child stdout: {Line}", e.Data); 752_logger.LogDebug("Child stderr: {Line}", e.Data); 764_logger.LogDebug("Child CLI process started with PID: {PID}", childProcess.Id);
Commands\Sdk\SdkDumpCommand.cs (3)
130_logger.LogDebug("Building AppHost server for capability scanning"); 164_logger.LogDebug("Fetching capabilities via RPC"); 172_logger.LogDebug("{Message}{Location}", diag.Message, location);
Commands\Sdk\SdkGenerateCommand.cs (3)
136_logger.LogDebug("Building AppHost server for SDK generation"); 166_logger.LogDebug("Generating {Language} SDK via RPC", languageInfo.CodeGenerator); 188_logger.LogDebug("Wrote {FileName}", fileName);
Commands\StopCommand.cs (4)
78_logger.LogDebug("Stopping AppHost: {AppHostPath}", appHostPath); 90_logger.LogDebug("Sending stop signal to CLI process (PID {Pid})", cliPid); 105_logger.LogDebug("No CLI process ID available, trying RPC stop"); 119_logger.LogDebug("RPC stop not available, sending SIGINT to AppHost PID {Pid}", appHostPid);
Commands\UpdateCommand.cs (5)
308_logger.LogDebug("Cleared global channel setting for stable channel"); 313_logger.LogDebug("Saved global channel setting: {Channel}", channel); 370_logger.LogDebug("Creating backup: {BackupPath}", backupPath); 392_logger.LogDebug("Testing new CLI executable and displaying version"); 545_logger.LogDebug("Deleted old backup file: {BackupFile}", backupFile);
DotNet\DotNetCliRunner.cs (16)
664logger.LogDebug("Running dotnet with args: {Args}", string.Join(" ", args)); 698logger.LogDebug("Failed to start dotnet process with args: {Args}", string.Join(" ", args)); 706logger.LogDebug("Started dotnet with PID: {ProcessId}", process.Id); 712logger.LogDebug("Waiting for dotnet process to exit with PID: {ProcessId}", process.Id); 721logger.LogDebug("dotnet process with PID: {ProcessId} has not exited, killing it.", process.Id); 729logger.LogDebug("dotnet process with PID: {ProcessId} has exited with code: {ExitCode}", process.Id, process.ExitCode); 737logger.LogDebug("Closing stdout/stderr streams for PID: {ProcessId}", process.Id); 754logger.LogDebug("Pending forwarders for PID completed: {ProcessId}", process.Id); 763logger.LogDebug( 778logger.LogDebug( 791logger.LogDebug("Stream forwarder completed for {Identifier} - stream was closed", identifier); 805logger.LogDebug("Starting backchannel connection to AppHost at {SocketPath}", socketPath); 821logger.LogDebug("Connected to AppHost backchannel at {SocketPath}", socketPath); 1027logger.LogDebug("NuGet config file not found at path: {Path}", filePath); 1167logger.LogDebug( 1385logger.LogDebug("Using private SDK installation at {SdkPath}", sdkInstallPath);
DotNet\DotNetSdkInstaller.cs (6)
46logger.LogDebug("Found private SDK installation at {Path}", sdkInstallPath); 212logger.LogDebug("dotnet-install stdout: {Line}", line); 221logger.LogDebug("dotnet-install stderr: {Line}", line); 247logger.LogDebug("Initializing NuGet configuration for private SDK installation"); 258logger.LogDebug("NuGet configuration initialized successfully"); 262logger.LogDebug("NuGet configuration initialization returned exit code {ExitCode}", exitCode);
Git\GitRepository.cs (5)
19logger.LogDebug("Searching for Git repository root from working directory: {WorkingDirectory}", executionContext.WorkingDirectory.FullName); 44logger.LogDebug("Git command returned non-zero exit code {ExitCode}: {Error}", process.ExitCode, errorOutput.Trim()); 53logger.LogDebug("Git command returned empty output"); 60logger.LogDebug("Found Git repository root: {GitRoot}", directoryInfo.FullName); 64logger.LogDebug("Git repository root path does not exist: {GitRoot}", rootPath);
NuGet\NuGetPackagePrefetcher.cs (1)
27logger.LogDebug("SDK is not installed. Skipping package prefetching to avoid cache pollution.");
OpenCode\OpenCodeCliRunner.cs (5)
19logger.LogDebug("Checking for OpenCode CLI installation"); 43logger.LogDebug("OpenCode CLI returned non-zero exit code {ExitCode}: {Error}", process.ExitCode, errorOutput.Trim()); 52logger.LogDebug("OpenCode CLI returned empty version output"); 64logger.LogDebug("Found OpenCode CLI version: {Version}", version); 68logger.LogDebug("Could not parse OpenCode CLI version from output: {Output}", output.Trim());
Projects\AppHostServerProject.cs (7)
263_logger.LogDebug("Channel resolution: localConfigPath={LocalConfigPath}, exists={Exists}, channel={Channel}", 270_logger.LogDebug("Fell back to global config channel: {Channel}", configuredChannelName ?? "(null)"); 278_logger.LogDebug("Looking for channel '{ChannelName}' in {Count} channels, found={Found}", 285_logger.LogDebug("No configured channel, using first explicit channel: {Channel}", channel?.Name ?? "(none)"); 588_logger.LogDebug("Enabling debug logging for AppHostServer"); 602_logger.LogDebug("AppHostServer({ProcessId}) stdout: {Line}", process.Id, e.Data); 610_logger.LogDebug("AppHostServer({ProcessId}) stderr: {Line}", process.Id, e.Data);
Projects\FallbackProjectParser.cs (1)
41_logger.LogDebug("Parsing project file '{ProjectFile}' using fallback parser", projectFile.FullName);
Projects\GuestAppHostProject.cs (14)
97_logger.LogDebug("Using SDK version from configuration: {Version}", configuredVersion); 101_logger.LogDebug("Using default SDK version: {Version}", AppHostServerProject.DefaultSdkVersion); 238_logger.LogDebug("AppHost file {File} does not exist", appHostFile.FullName); 246_logger.LogDebug("AppHost file {File} does not match {Language} detection patterns: {Patterns}", 253_logger.LogDebug("Validated {Language} AppHost: {File}", _resolvedLanguage.DisplayName, appHostFile.FullName); 263_logger.LogDebug("Running {Language} AppHost: {AppHostFile}", DisplayName, appHostFile.FullName); 488_logger.LogDebug("No apphost.run.json or launchSettings.json found in {Path}", directory.FullName); 549_logger.LogDebug("Read {Count} environment variables from apphost.run.json", result.Count); 565_logger.LogDebug("Publishing guest AppHost: {AppHostFile}", appHostFile.FullName); 757_logger.LogDebug("Starting backchannel connection to AppHost server at {SocketPath}", socketPath); 767_logger.LogDebug("Connected to AppHost server backchannel at {SocketPath}", socketPath); 989_logger.LogDebug("Dev mode detected (ASPIRE_REPO_ROOT set), skipping generation cache"); 1033_logger.LogDebug("Generating {CodeGenerator} code via RPC for {Count} packages", codeGenerator, packagesList.Count); 1103_logger.LogDebug("Created GuestRuntime for {Language}: Execute={Command} {Args}",
Projects\GuestRuntime.cs (5)
51_logger.LogDebug("No dependency installation configured for {Language}", _spec.Language); 64_logger.LogDebug("Installing dependencies: {Command} {Args}", command, string.Join(" ", args)); 163_logger.LogDebug("Executing: {Command} {Args}", command, string.Join(" ", args)); 205_logger.LogDebug("{Language}({ProcessId}) stdout: {Line}", _spec.Language, process.Id, e.Data); 214_logger.LogDebug("{Language}({ProcessId}) stderr: {Line}", _spec.Language, process.Id, e.Data);
Projects\ProjectLocator.cs (15)
47logger.LogDebug("Searching for project files in {SearchDirectory}", searchDirectory.FullName); 66logger.LogDebug("Searching for patterns: {Patterns}", string.Join(", ", allPatterns)); 72logger.LogDebug("Found {CandidateCount} files matching pattern '{Pattern}'", candidateFiles.Length, pattern); 76logger.LogDebug("Checking candidate file {CandidateFile}", candidateFile.FullName); 91logger.LogDebug("Found {Language} apphost {CandidateFile}", handler.DisplayName, candidateFile.FullName); 168logger.LogDebug("Finding project file in {CurrentDirectory}", executionContext.WorkingDirectory); 175logger.LogDebug("Provided path {Path} is a directory, searching for project files recursively", projectFile.FullName); 191logger.LogDebug("Found single AppHost project file {ProjectFile} in directory {Directory}", appHostProjects[0].FullName, directory.FullName); 198logger.LogDebug("Multiple AppHost project files found in directory {Directory}, prompting user to select", directory.FullName); 208logger.LogDebug("Multiple AppHost project files found in directory {Directory}, selecting none", directory.FullName); 232logger.LogDebug("Using {Language} apphost {ProjectFile}", handler.DisplayName, projectFile.FullName); 255logger.LogDebug("No project file specified, searching for apphost projects in {CurrentDirectory}", executionContext.WorkingDirectory); 259logger.LogDebug("Found {ProjectFileCount} project files.", results.BuildableAppHost.Count); 305logger.LogDebug("Creating settings file at {SettingsFilePath}", settingsFile.FullName); 323logger.LogDebug("Set SDK version {Version} in settings file (inherited from parent config)", inheritedSdkVersion);
Projects\ProjectUpdater.cs (2)
30logger.LogDebug("Fetching '{AppHostPath}' items and properties.", projectFile.FullName); 252logger.LogDebug("Analyzing App Host SDK for: {AppHostFile}", context.AppHostProjectFile.FullName);
Projects\SolutionLocator.cs (3)
19logger.LogDebug("Searching for solution files starting from {StartDirectory}", startDirectory.FullName); 25logger.LogDebug("No solution files found in {Directory} or subdirectories", startDirectory.FullName); 29logger.LogDebug("Found {Count} solution file(s) in {Directory}", solutionFiles.Count, startDirectory.FullName);
Scaffolding\ScaffoldingService.cs (3)
113_logger.LogDebug("Wrote {Count} scaffold files", scaffoldFiles.Count); 220_logger.LogDebug("Generated {Count} code files in {Path}", generatedFiles.Count, outputPath); 258_logger.LogDebug("Resolved SDK version {Version} from channel {Channel}", latestPackage.Version, channelName);
src\Shared\PackageUpdateHelpers.cs (5)
78logger.LogDebug( 91logger.LogDebug("Current version {CurrentVersion} is prerelease and older than newest stable version {NewestStableVersion}.", currentVersion, newestStable); 98logger.LogDebug("Current version {CurrentVersion} is prerelease and older than newest prerelease version {NewestPrereleaseVersion}.", currentVersion, newestPrerelease); 107logger.LogDebug("Current version {CurrentVersion} is stable and older than newest stable version {NewestStableVersion}.", currentVersion, newestStable); 112logger.LogDebug("No newer version for the current version {CurrentVersion}.", currentVersion);
Utils\CliDownloader.cs (2)
68logger.LogDebug("Downloading archive from {Url} to {Path}", archiveUrl, archivePath); 72logger.LogDebug("Downloading checksum from {Url} to {Path}", checksumUrl, checksumPath);
Utils\CliUpdateNotifier.cs (1)
45logger.LogDebug("Unable to determine current CLI version for update check.");
Utils\EnvironmentChecker\DeprecatedWorkloadCheck.cs (3)
39logger.LogDebug("Failed to start dotnet workload list process"); 56logger.LogDebug("dotnet workload list timed out"); 62logger.LogDebug("dotnet workload list exited with code {ExitCode}", process.ExitCode);
Utils\EnvironmentChecker\DevCertsCheck.cs (1)
318logger.LogDebug("Failed to start security verify-cert process");
Aspire.Cli.Tests (3)
Interaction\SpectreConsoleLoggerProviderTests.cs (3)
52logger.LogDebug("Test debug message"); 75logger.LogDebug("Getting integrations from NuGet"); 95logger.LogDebug("Test debug message");
Aspire.Dashboard (65)
Components\Controls\Chart\ChartContainer.razor.cs (1)
202Logger.LogDebug(
Components\Controls\LogViewer.razor.cs (3)
79Logger.LogDebug("Log entries changed."); 108Logger.LogDebug("Initializing log viewer."); 138Logger.LogDebug("Disposing log viewer.");
Components\Interactions\InteractionsProvider.cs (1)
97Logger.LogDebug("InteractionProvider is disabled because the DashboardClient is not enabled.");
Components\Pages\ConsoleLogs.razor.cs (27)
57s._logger.LogDebug("Canceling subscription {SubscriptionId} to {ResourceName}.", s.SubscriptionId, s.Resource.Name); 65_logger.LogDebug("Canceling subscription for resource {ResourceName}.", Resource.Name); 223Logger.LogDebug("Loading task completed."); 227Logger.LogDebug("Load task canceled."); 244Logger.LogDebug("Received initial resource snapshot with {ResourceCount} resources.", snapshot.Length); 264Logger.LogDebug("All resources selected."); 303Logger.LogDebug("Selected console resource from name {ResourceName}.", ResourceName); 353Logger.LogDebug("Setting status to '{StatusName}'.", statusName); 359Logger.LogDebug("Initializing console logs view model."); 376Logger.LogDebug("Switching to or from 'All' mode"); 381Logger.LogDebug("Switching to different single resource: {ResourceName}", selectedResourceName); 395Logger.LogDebug("Subscription change needed. IsAllSelected: {IsAllSelected}, SelectedResource: {SelectedResource}", isAllSelected, selectedResourceName); 402Logger.LogDebug("Creating new log entries collection."); 424Logger.LogDebug("Unexpected state. Unknown resource '{ResourceName}' selected.", selectedResourceName); 599Logger.LogDebug("Subscribing to {ResourceCount} resources for 'All' view.", availableResources.Count); 603Logger.LogDebug("No resources available to subscribe to for 'All' view - will show empty logs."); 618Logger.LogDebug("Successfully created {SubscriptionCount} subscriptions for 'All' view.", _consoleLogsSubscriptions.Count); 627Logger.LogDebug("Already subscribed to resource {ResourceName}.", resourceName); 632Logger.LogDebug("Creating new subscription {SubscriptionId} for resource {ResourceName}.", subscription.SubscriptionId, resourceName); 638Logger.LogDebug("Started log subscription task for resource {ResourceName}.", resourceName); 745Logger.LogDebug("Starting log subscription {SubscriptionId}.", subscription.SubscriptionId); 750Logger.LogDebug("Subscribing to console logs with subscription {SubscriptionId} to resource {ResourceName}.", subscription.SubscriptionId, subscription.Resource.Name); 773Logger.LogDebug("Adding {PauseIntervalsCount} pause intervals on initial logs load.", pauseIntervals.Length); 831Logger.LogDebug("Subscription {SubscriptionId} finished watching logs for resource {ResourceName}. Cancel duration: {Duration}", subscription.SubscriptionId, subscription.Resource.Name, subscription.GetCancelElapsedTime()); 923Logger.LogDebug("Console logs paused new value: {IsPausedNewValue}", isPaused); 936Logger.LogDebug("Inserting new pause log entry for {Resource} starting at {StartTimestamp}.", subscription.Resource.Name, timestamp); 950Logger.LogDebug("Updating pause log entry for {Resource} starting at {StartTimestamp} with end of {EndTimestamp}.", subscription.Resource.Name, pause.StartTime, timestamp);
Components\Pages\Resources.razor.cs (3)
607Logger.LogDebug("Can't navigate to {ResourceName} from URL. Resource not found.", ResourceName); 669Logger.LogDebug("Showing details for resource {ResourceName}.", resource.Name); 718Logger.LogDebug("Clearing selected resource.");
Configuration\PostConfigureDashboardOptions.cs (1)
27_logger.LogDebug($"PostConfigure {nameof(DashboardOptions)} with name '{name}'.");
Configuration\ValidateDashboardOptions.cs (1)
25_logger.LogDebug($"Validating {nameof(DashboardOptions)}.");
Mcp\AspireResourceMcpTools.cs (3)
38_logger.LogDebug("MCP tool list_resources called"); 81_logger.LogDebug("MCP tool list_console_logs called with resource '{ResourceName}'.", resourceName); 145_logger.LogDebug("MCP tool execute_resource_command called with resource '{ResourceName}' and command '{CommandName}'.", resourceName, commandName);
Mcp\AspireTelemetryMcpTools.cs (3)
47_logger.LogDebug("MCP tool list_structured_logs called with resource '{ResourceName}'.", resourceName); 99_logger.LogDebug("MCP tool list_traces called with resource '{ResourceName}'.", resourceName); 150_logger.LogDebug("MCP tool list_trace_structured_logs called with trace '{TraceId}'.", traceId);
Model\BrowserTimeProvider.cs (1)
36_logger.LogDebug("Browser time zone set to '{TimeZone}' with UTC offset {UtcOffset}.", timeZoneInfo.Id, timeZoneInfo.BaseUtcOffset);
Model\Otlp\ResourcesSelectHelpers.cs (1)
52logger.LogDebug(
Model\TelemetryImportService.cs (8)
84_logger.LogDebug("Ignoring text file {FileName} - console log import not supported", fileName); 87_logger.LogDebug("Unsupported file type: {Extension}", extension); 137_logger.LogDebug("Imported logs from {FileName}", fileName); 144_logger.LogDebug("Imported traces from {FileName}", fileName); 151_logger.LogDebug("Imported metrics from {FileName}", fileName); 169_logger.LogDebug("Imported logs: {SuccessCount} succeeded, {FailureCount} failed", addContext.SuccessCount, addContext.FailureCount); 180_logger.LogDebug("Imported traces: {SuccessCount} succeeded, {FailureCount} failed", addContext.SuccessCount, addContext.FailureCount); 191_logger.LogDebug("Imported metrics: {SuccessCount} succeeded, {FailureCount} failed", addContext.SuccessCount, addContext.FailureCount);
Model\ValidateTokenMiddleware.cs (1)
33_logger.LogDebug($"Request to validate token URL but auth mode isn't set to {FrontendAuthMode.BrowserToken}.");
Otlp\Http\OtlpHttpEndpointsBuilder.cs (1)
107logger.LogDebug("OTLP HTTP request with unsupported content type '{ContentType}' was rejected. Only '{SupportedContentType}' is supported.", httpContext.Request.ContentType, ProtobufContentType);
Otlp\Model\OtlpHelpers.cs (2)
241context.Logger.LogDebug("Duplicate attribute {Name} with different value. Last value wins.", attribute.Key); 318context.Logger.LogDebug("Duplicate attribute {Name} with different value. Last value wins.", attribute.Key);
Otlp\OtlpLogsService.cs (1)
28_logger.LogDebug("Processed logs export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
Otlp\OtlpMetricsService.cs (1)
28_logger.LogDebug("Processed metrics export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
Otlp\OtlpTraceService.cs (1)
28_logger.LogDebug("Processed trace export. Success count: {SuccessCount}, failure count: {FailureCount}", addContext.SuccessCount, addContext.FailureCount);
ServiceClient\DashboardClient.cs (2)
96_logger.LogDebug("{ConfigKey} is not specified. Dashboard client services are unavailable.", DashboardConfigNames.ResourceServiceUrlName.ConfigKey); 103_logger.LogDebug("Dashboard configured to connect to: {Address}", address);
ShortcutManager.cs (1)
28_logger.LogDebug($"Received shortcut of type {shortcut}");
Telemetry\DashboardTelemetryService.cs (2)
68_logger.LogDebug("Initializing telemetry service."); 70_logger.LogDebug("Initialized telemetry service. Telemetry sender state: {TelemetrySenderState}", _telemetrySender.State);
Aspire.Hosting (133)
ApplicationModel\Docker\ContainerFilesExtensions.cs (1)
109logger?.LogDebug("Adding COPY --from={SourceImage} {SourcePath} {DestinationPath}",
ApplicationModel\ProjectResource.cs (11)
149logger.LogDebug("Tagging image {OriginalImageName} as {TempImageName}", originalImageName, tempImageName); 179logger.LogDebug("Generated temporary Dockerfile at {DockerfilePath}", tempDockerfilePath); 203logger.LogDebug("Successfully built final image {ImageName} with container files", originalImageName); 216logger.LogDebug("Deleted temporary Dockerfile {DockerfilePath}", tempDockerfilePath); 227logger.LogDebug("Failed build - temporary Dockerfile left at {DockerfilePath} for debugging", tempDockerfilePath); 231logger.LogDebug("Removing temporary image {TempImageName}", tempImageName); 251OnErrorData = error => logger.LogDebug("dotnet msbuild (stderr): {Error}", error), 255logger.LogDebug("Getting ContainerWorkingDirectory for project {ProjectPath}", projectPath); 264logger.LogDebug("Failed to get ContainerWorkingDirectory from dotnet msbuild for project {ProjectPath}. Exit code: {ExitCode}. Using default /app", 274logger.LogDebug("dotnet msbuild returned empty ContainerWorkingDirectory for project {ProjectPath}. Using default /app", projectPath); 278logger.LogDebug("Resolved ContainerWorkingDirectory for project {ProjectPath}: {WorkingDir}", projectPath, workingDir);
ApplicationModel\ResourceCommandService.cs (2)
146logger.LogDebug("Command '{CommandName}' was canceled.", commandName); 157logger.LogDebug("Command '{CommandName}' was canceled.", commandName);
ApplicationModel\ResourceNotificationService.cs (9)
125_logger.LogDebug("Waiting for resource '{ResourceName}' to enter one of the target state: {TargetStates}", resourceName, string.Join(", ", targetStates)); 135_logger.LogDebug("Finished waiting for resource '{ResourceName}'. Resource state is '{State}'.", resourceName, finalState); 224_logger.LogDebug("Waiting for resource '{ResourceName}' to enter the '{State}' state.", resourceName, HealthStatus.Healthy); 238_logger.LogDebug("Waiting for resource ready to execute for '{ResourceName}'.", resourceName); 248_logger.LogDebug("Finished waiting for resource '{ResourceName}'.", resourceName); 459_logger.LogDebug("Waiting for resource '{ResourceName}' to match predicate.", resourceName); 465_logger.LogDebug("Finished waiting for resource '{ResourceName}'.", resourceName); 658_logger.LogDebug("Resource {ResourceName}/{ResourceId} changed state: {PreviousState} -> {NewState}", resource.Name, resourceId, previousStateText, newStateText); 663_logger.LogDebug("Resource {ResourceName}/{ResourceId} changed state: {NewState}", resource.Name, resourceId, newStateText);
Ats\LoggingExports.cs (1)
47logger.LogDebug("{Message}", message);
Backchannel\AppHostRpcTarget.cs (2)
51logger.LogDebug("Log entries stream cancelled due to AppHost shutdown before channel was ready"); 86logger.LogDebug("Publishing activities stream cancelled due to AppHost shutdown");
Backchannel\AuxiliaryBackchannelRpcTarget.cs (3)
91logger.LogDebug("Dashboard resource not found in application model."); 609logger.LogDebug("Invoking tool {Name} with arguments {Arguments}", toolName, JsonSerializer.Serialize(arguments)); 616logger.LogDebug("Result: {Result}", JsonSerializer.Serialize(result));
Backchannel\AuxiliaryBackchannelService.cs (3)
99logger.LogDebug("Auxiliary backchannel service was cancelled: {Message}", ex.Message); 156logger.LogDebug("Client disconnected from auxiliary backchannel"); 160logger.LogDebug("Client connection handler was cancelled");
Backchannel\BackchannelService.cs (5)
40logger.LogDebug("Backchannel socket path was not specified."); 49logger.LogDebug("Deleting existing socket file: {SocketPath}", unixSocketPath); 53logger.LogDebug("Listening for backchannel connection on socket path: {SocketPath}", unixSocketPath); 87logger.LogDebug("Backchannel service was cancelled: {Message}", ex.Message); 119logger.LogDebug("Deleted backchannel socket file: {SocketPath}", _socketPath);
Cli\CliOrphanDetector.cs (7)
54logger.LogDebug("No CLI process ID configured. Orphan detection disabled."); 58logger.LogDebug("Starting orphan detection for CLI process {Pid}.", pid); 66logger.LogDebug("Using start time verification. Expected start time: {StartTime}.", expectedStartTimeUnix); 70logger.LogDebug("No valid start time configured. Using PID-only detection."); 75logger.LogDebug("Starting detection loop."); 95logger.LogDebug("CLI process {Pid} is no longer running. Stopping application.", pid); 104logger.LogDebug("Orphan detection cancelled.");
Dashboard\DashboardEventHandlers.cs (2)
789defaultDashboardLogger.LogDebug("Failed to parse dashboard log line as JSON: {LogLine}", logLine.Content); 816defaultDashboardLogger.LogDebug("Stopped reading dashboard logs.");
Dashboard\DashboardServiceData.cs (1)
76logger.LogDebug("Updating resource snapshot for {Name}/{DisplayName}: {State}", snapshot.Name, snapshot.DisplayName, snapshot.State);
Dashboard\DashboardServiceHost.cs (1)
66_logger.LogDebug("Dashboard is not enabled so skipping hosting the resource service.");
Dcp\DcpDependencyCheck.cs (2)
250logger.LogDebug("The error from the container runtime check was: {Error}", error); 269logger.LogDebug("The error from the container runtime check was: {Error}", error);
Dcp\DcpExecutor.cs (18)
215_logger.LogDebug("Cancellation received during application startup."); 389_logger.LogDebug("Watching over DCP {ResourceType} resources.", typeof(T).Name); 410_logger.LogDebug("Cancellation received while watching {ResourceType} resources.", typeof(T).Name); 418_logger.LogDebug("Stopped watching {ResourceType} resources.", typeof(T).Name); 656_logger.LogDebug("Starting log streaming for {ResourceName}.", resource.Metadata.Name); 673_logger.LogDebug("Log streaming for {ResourceName} was cancelled.", resource.Metadata.Name); 2351_logger.LogDebug("Stopping resource '{ResourceName}'...", resourceReference.DcpResourceName); 2369_logger.LogDebug("Container '{ResourceName}' was stopped.", resourceReference.DcpResourceName); 2374_logger.LogDebug("Container '{ResourceName}' is still running; trying again to stop it...", resourceReference.DcpResourceName); 2384_logger.LogDebug("Executable '{ResourceName}' was stopped.", resourceReference.DcpResourceName); 2389_logger.LogDebug("Executable '{ResourceName}' is still running; trying again to stop it...", resourceReference.DcpResourceName); 2432_logger.LogDebug("Starting {ResourceType} '{ResourceName}'.", resourceType, appResource.DcpResourceName); 2478_logger.LogDebug("Ensuring '{ResourceName}' is deleted.", resourceName); 2492_logger.LogDebug("Delete request for '{ResourceName}' successfully completed. Resource to delete has UID '{Uid}'.", resourceName, uid); 2496_logger.LogDebug("Delete request for '{ResourceName}' returned NotFound.", resourceName); 2509_logger.LogDebug("Polling DCP to check if '{ResourceName}' is deleted...", resourceName); 2511_logger.LogDebug("Get request for '{ResourceName}' returned resource with UID '{Uid}'.", resourceName, uid); 2517_logger.LogDebug("Get request for '{ResourceName}' returned NotFound.", resourceName);
Dcp\DcpPipelineBuilder.cs (1)
25logger.LogDebug("Retrying check for deleted resource. Attempt: {Attempt}. Error message: {ErrorMessage}", retry.AttemptNumber, retry.Outcome.Exception?.Message);
Dcp\KubernetesService.cs (2)
544logger.LogDebug( 598logger.LogDebug(
DeveloperCertificateService.cs (2)
74logger.LogDebug("Container trust for developer certificates is {Status}.", containerTrustAvailable ? "available" : "not available"); 81logger.LogDebug("Developer certificate HTTPS/TLS termination support: {Available}", supportsTlsTermination);
Exec\ExecResourceManager.cs (4)
174_logger.LogDebug("Resource '{ResourceName}' has been successfully built and added to the model resources.", execResource.Name); 223_logger.LogDebug("Exec resource '{ResourceName}' will wait until project '{Project}' starts up.", execResourceName, project.Name); 227_logger.LogDebug("Exec resource '{ResourceName}' will run command '{Command}' with {ArgsCount} args '{Args}'.", execResourceName, exe, args?.Length ?? 0, string.Join(' ', args ?? [])); 258_logger.LogDebug("Exec container resource '{ResourceName}' will run command '{Command}' with {ArgsCount} args '{Args}'.", execResourceName, exe, args?.Length ?? 0, string.Join(' ', args ?? []));
Health\ResourceHealthCheckService.cs (9)
115logger.LogDebug("Resource '{ResourceName}' has no health checks to monitor.", resource.Name); 122logger.LogDebug("Resource '{ResourceName}' health checks to monitor: {HeathCheckKeys}", resource.Name, string.Join(", ", registrationKeysToCheck)); 245logger.LogDebug("Resource '{ResourceName}' is ready.", resource.Name); 252logger.LogDebug("Publishing ResourceReadyEvent for '{ResourceName}'.", resource.Name); 257logger.LogDebug("Waiting for ResourceReadyEvent for '{ResourceName}'.", resource.Name); 262logger.LogDebug("ResourceReadyEvent for '{ResourceName}' completed.", resource.Name); 264logger.LogDebug("Publishing the result of ResourceReadyEvent for '{ResourceName}'.", resource.Name); 324_logger.LogDebug("Starting health monitoring for resource '{ResourceName}'.", _resourceName); 334_logger.LogDebug("Stopping health monitoring for resource '{ResourceName}'.", _resourceName);
InteractionService.cs (1)
322_logger.LogDebug("No interaction found with ID {InteractionId}.", interactionId);
Orchestrator\ParameterProcessor.cs (1)
82logger.LogDebug("All unresolved parameters have been handled successfully.");
Pipelines\Internal\FileDeploymentStateManager.cs (1)
133logger.LogDebug("Deployment state saved to {Path}", deploymentStatePath);
Publishing\ContainerRuntimeBase.cs (9)
102_logger.LogDebug("{RuntimeName} (stdout): {Output}", RuntimeExecutable, output); 106_logger.LogDebug("{RuntimeName} (stderr): {Error}", RuntimeExecutable, error); 112_logger.LogDebug("Running {RuntimeName} with arguments: {Arguments}", RuntimeExecutable, arguments); 113_logger.LogDebug("Password length being passed to stdin: {PasswordLength}", password?.Length ?? 0); 151_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments); 200_logger.LogDebug("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments); 216_logger.LogDebug(successLogTemplate, logArguments); 283_logger.LogDebug("{RuntimeName} (stdout): {Output}", RuntimeExecutable, output); 287_logger.LogDebug("{RuntimeName} (stderr): {Error}", RuntimeExecutable, error);
Publishing\DockerContainerRuntime.cs (3)
100Logger.LogDebug("docker buildx (stdout): {Output}", output); 104Logger.LogDebug("docker buildx (stderr): {Error}", error); 119Logger.LogDebug("Running Docker CLI with arguments: {ArgumentList}", spec.Arguments);
Publishing\PipelineExecutor.cs (1)
40logger.LogDebug("Waiting for backchannel connection before publishing.");
Publishing\ResourceContainerImageManager.cs (10)
213logger.LogDebug("Checking {ContainerRuntimeName} health", ContainerRuntime.Name); 223logger.LogDebug("{ContainerRuntimeName} is healthy", ContainerRuntime.Name); 232logger.LogDebug("Building container images completed"); 244logger.LogDebug("Checking {ContainerRuntimeName} health", ContainerRuntime.Name); 254logger.LogDebug("{ContainerRuntimeName} is healthy", ContainerRuntime.Name); 286logger.LogDebug("Resource {ResourceName} already has a container image associated and no build annotation. Skipping build.", resource.Name); 383logger.LogDebug("dotnet publish {ProjectPath} (stdout): {Output}", projectMetadata.ProjectPath, output); 387logger.LogDebug("dotnet publish {ProjectPath} (stderr): {Error}", projectMetadata.ProjectPath, error); 391logger.LogDebug( 411logger.LogDebug(
src\Shared\PackageUpdateHelpers.cs (5)
78logger.LogDebug( 91logger.LogDebug("Current version {CurrentVersion} is prerelease and older than newest stable version {NewestStableVersion}.", currentVersion, newestStable); 98logger.LogDebug("Current version {CurrentVersion} is prerelease and older than newest prerelease version {NewestPrereleaseVersion}.", currentVersion, newestPrerelease); 107logger.LogDebug("Current version {CurrentVersion} is stable and older than newest stable version {NewestStableVersion}.", currentVersion, newestStable); 112logger.LogDebug("No newer version for the current version {CurrentVersion}.", currentVersion);
Utils\FileSystemService.cs (5)
112_logger?.LogDebug("Cleaning up {Count} remaining temporary files/directories", _allocatedItems.Count); 183_parent.Logger?.LogDebug("Allocated temporary directory: {Path}", path); 211_parent.Logger?.LogDebug("Cleaned up temporary directory: {Path}", _path); 237_parent.Logger?.LogDebug("Allocated temporary file: {Path}", path); 265_parent.Logger?.LogDebug("Cleaned up temporary file: {Path}", _path);
VersionChecking\PackageFetcher.cs (5)
37_logger.LogDebug("dotnet (stdout): {Output}", output); 41_logger.LogDebug("dotnet (stderr): {Error}", error); 46_logger.LogDebug("Running dotnet CLI to check for latest version of {PackageId} with arguments: {ArgumentList}", PackageId, spec.Arguments); 57_logger.LogDebug("The dotnet CLI call to check for latest version failed with exit code {ExitCode}.", processResult.ExitCode); 68_logger.LogDebug("Found {PackageCount} packages.", packages.Count);
VersionChecking\VersionCheckService.cs (6)
65_logger.LogDebug("App host version is not available, skipping version check."); 98_logger.LogDebug("Last version check was performed {IntervalSinceLastCheck} ago on {CheckDate}, skipping version check.", intervalSinceLastCheck, checkDateString); 115_logger.LogDebug("Using stored known latest version {StoredKnownLatestVersion}.", storedKnownLatestVersion); 125_logger.LogDebug("App host version is up to date or the latest version is unknown."); 134_logger.LogDebug("Ignoring version {Version} as it is less than or equal to the ignored version {IgnoreVersion}.", latestVersion, ignoreVersion); 159_logger.LogDebug("User chose to ignore version {Version}.", latestVersion);
Aspire.Hosting.Azure (19)
AcrLoginService.cs (3)
69_logger.LogDebug("AAD access token acquired for ACR audience, registry: {RegistryEndpoint}, token length: {TokenLength}", 76_logger.LogDebug("ACR refresh token acquired, length: {TokenLength}", refreshToken.Length); 96_logger.LogDebug("Exchanging AAD token for ACR refresh token at {ExchangeUrl} (tenant: {TenantId})",
AzureBicepResource.cs (2)
296context.Logger.LogDebug("Resource {ResourceName} is excluded from publish. Skipping provisioning.", resource.Name); 304context.Logger.LogDebug("Resource {ResourceName} is already provisioned. Skipping provisioning.", resource.Name);
AzurePublishingContext.cs (1)
464logger.LogDebug("Writing Bicep module {BicepName}.bicep to {TargetPath}", MainInfrastructure.BicepName, outputDirectoryPath);
Provisioning\Internal\BaseProvisioningContextProvider.cs (2)
301_logger.LogDebug("SubscriptionId '{SubscriptionId}' isn't a valid GUID. Skipping getting available resource groups from client.", subscriptionId); 336_logger.LogDebug("SubscriptionId '{SubscriptionId}' isn't a valid GUID. Skipping getting available locations from client.", subscriptionId);
Provisioning\Internal\BicepCompiler.cs (4)
53_logger.LogDebug("{CommandPath} (stdout): {Output}", commandPath, data); 58_logger.LogDebug("{CommandPath} (stderr): {Error}", commandPath, data); 62_logger.LogDebug("Running {CommandPath} with arguments: {Arguments}", commandPath, arguments); 72_logger.LogDebug("Bicep compilation for {BicepFilePath} succeeded.", bicepFilePath);
Provisioning\Internal\PublishModeProvisioningContextProvider.cs (1)
68_logger.LogDebug("Azure provisioning options have been handled successfully.");
Provisioning\Internal\RunModeProvisioningContextProvider.cs (1)
83_logger.LogDebug("Azure provisioning options have been handled successfully.");
Provisioning\Provisioners\BicepProvisioner.cs (5)
47logger.LogDebug("Checksum mismatch for resource {ResourceName}. Expected: {ExpectedChecksum}, Actual: {ActualChecksum}", resource.Name, currentCheckSum, configCheckSum); 51logger.LogDebug("Configuring resource {ResourceName} from existing deployment state.", resource.Name); 161logger.LogDebug("Setting parameters and scope for resource {ResourceName}", resource.Name); 181logger.LogDebug("Starting deployment of resource {ResourceName} to resource group {ResourceGroupName}", resource.Name, resourceGroup.Name); 216logger.LogDebug("Deployment of resource {ResourceName} to resource group {ResourceGroupName} completed in {Elapsed}", resource.Name, resourceGroup.Name, sw.Elapsed);
Aspire.Hosting.Azure.Kusto (2)
AzureKustoBuilderExtensions.cs (2)
283logger.LogDebug("Creating database '{DatabaseName}'", databaseResource.DatabaseName); 288logger.LogDebug("Database '{DatabaseName}' created successfully", databaseResource.DatabaseName);
Aspire.Hosting.DevTunnels (10)
DevTunnelCliClient.cs (1)
286logger?.LogDebug("Operation was cancelled.");
DevTunnelLoginManager.cs (6)
30_logger.LogDebug("Checking dev tunnel login status"); 34_logger.LogDebug("User already logged in to dev tunnel service as {Username} with {Provider}", loginStatus.Username, loginStatus.Provider); 56_logger.LogDebug("Prompting user to login to dev tunnel service"); 71_logger.LogDebug("User selected {LoginProvider} for dev tunnel login", selectedProvider); 91_logger.LogDebug("User already logged in to dev tunnel service as {Username} with {Provider}", loginStatus.Username, loginStatus.Provider); 95_logger.LogDebug("User login to dev tunnel service failed, retrying login prompt");
DevTunnelResourceBuilderExtensions.cs (2)
136logger.LogDebug("Dev tunnel '{TunnelId}' created", tunnelResource.TunnelId); 668portLogger.LogDebug("Anonymous access status unavailable for port at this time (tunnel or port access status null)");
IDevTunnelClient.cs (1)
132logger.LogDebug("Anonymous access: TunnelAllow={TunnelAllow} InheritedAllow={InheritedAllow} ExplicitAllow={ExplicitAllow} ExplicitDeny={ExplicitDeny} Effective={Effective}",
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (4)
236context.Logger.LogDebug("Running docker compose up with arguments: {Arguments}", arguments); 246context.Logger.LogDebug("docker compose up (stdout): {Output}", output); 250context.Logger.LogDebug("docker compose up (stderr): {Error}", error); 298context.Logger.LogDebug("Running docker compose down with arguments: {Arguments}", arguments);
DockerComposeServiceResource.cs (2)
390context.Logger.LogDebug("docker compose ps (stderr): {Error}", error); 405context.Logger.LogDebug("docker compose ps failed with exit code {ExitCode}", processResult.ExitCode);
Aspire.Hosting.JavaScript (5)
JavaScriptHostingExtensions.cs (5)
1039logger.LogDebug("Detected Node.js version {Version} from .nvmrc file", version); 1051logger.LogDebug("Detected Node.js version {Version} from .node-version file", version); 1070logger.LogDebug("Detected Node.js version {Version} from package.json engines.node field", version); 1095logger.LogDebug("Detected Node.js version {Version} from .tool-versions file", version); 1103logger.LogDebug("No Node.js version detected, using default version {DefaultVersion}", DefaultNodeVersion);
Aspire.Hosting.Maui (2)
Utilities\MauiEnvironmentHelper.cs (2)
177logger.LogDebug("Pruned {Count} stale Android environment targets file(s): {Files}", deletedFiles.Count, string.Join(", ", deletedFiles)); 332logger.LogDebug("Pruned {Count} stale iOS environment targets file(s): {Files}", deletedFiles.Count, string.Join(", ", deletedFiles));
Aspire.Hosting.MySql (2)
MySqlBuilderExtensions.cs (2)
147logger.LogDebug("Creating database '{DatabaseName}'", sqlDatabase.DatabaseName); 167logger.LogDebug("Database '{DatabaseName}' created successfully", sqlDatabase.DatabaseName);
Aspire.Hosting.PostgreSQL (3)
PostgresBuilderExtensions.cs (3)
628logger.LogDebug("Creating database '{DatabaseName}'", npgsqlDatabase.DatabaseName); 636logger.LogDebug("Database '{DatabaseName}' created successfully", npgsqlDatabase.DatabaseName); 641logger.LogDebug("Database '{DatabaseName}' already exists", npgsqlDatabase.DatabaseName);
Aspire.Hosting.RemoteHost (35)
AssemblyLoader.cs (1)
35logger.LogDebug("Loaded assembly: {AssemblyName}", name);
Ats\CapabilityDispatcher.cs (2)
92_logger.LogDebug("Scanning {AssemblyCount} assemblies for capabilities...", assemblyList.Count); 136_logger.LogDebug("Registered {CapabilityCount} capabilities", _capabilities.Count);
AtsContextFactory.cs (2)
30logger.LogDebug("Creating AtsContext from {AssemblyCount} assemblies...", assemblies.Count); 48logger.LogDebug("Scanned {CapabilityCount} capabilities, {HandleTypeCount} handle types, {DtoCount} DTOs, {EnumCount} enums",
CodeGeneration\CodeGenerationService.cs (3)
52_logger.LogDebug("<< getCapabilities() completed in {ElapsedMs}ms", sw.ElapsedMilliseconds); 151_logger.LogDebug(">> generateCode({Language})", language); 164_logger.LogDebug("<< generateCode({Language}) completed in {ElapsedMs}ms, generated {FileCount} files", language, sw.ElapsedMilliseconds, files.Count);
CodeGeneration\CodeGeneratorResolver.cs (1)
71_logger.LogDebug("Discovered code generator: {TypeName} for language '{Language}'", type.Name, generator.Language);
JsonRpcServer.cs (11)
88_logger.LogDebug("Waiting for client connection..."); 103_logger.LogDebug("Client connected"); 158_logger.LogDebug("Waiting for client connection..."); 162_logger.LogDebug("Client connected"); 191_logger.LogDebug("Creating DI scope for client {ClientId}", clientId); 216_logger.LogDebug("JsonRpc connection established for client {ClientId} (bidirectional)", clientId); 230_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason); 241_logger.LogDebug("Client {ClientId}: {DisconnectReason}", clientId, disconnectReason); 272_logger.LogDebug("Connection cleanup completed for client {ClientId}", clientId); 276_logger.LogDebug("Active clients remaining: {RemainingClients}", remaining); 301_logger.LogDebug("JsonRpcServer disposed");
Language\LanguageService.cs (7)
37_logger.LogDebug(">> scaffoldAppHost({Language}, {TargetPath}, {ProjectName})", language, targetPath, projectName); 56_logger.LogDebug("<< scaffoldAppHost({Language}) completed in {ElapsedMs}ms, generated {FileCount} files", language, sw.ElapsedMilliseconds, files.Count); 74_logger.LogDebug(">> detectAppHostType({DirectoryPath})", directoryPath); 84_logger.LogDebug("<< detectAppHostType({DirectoryPath}) found {Language} in {ElapsedMs}ms", directoryPath, result.Language, sw.ElapsedMilliseconds); 89_logger.LogDebug("<< detectAppHostType({DirectoryPath}) not found in {ElapsedMs}ms", directoryPath, sw.ElapsedMilliseconds); 107_logger.LogDebug(">> getRuntimeSpec({Language})", language); 120_logger.LogDebug("<< getRuntimeSpec({Language}) completed in {ElapsedMs}ms", language, sw.ElapsedMilliseconds);
Language\LanguageSupportResolver.cs (1)
80_logger.LogDebug("Discovered language support: {TypeName} for language '{Language}'", type.Name, language.Language);
OrphanDetector.cs (3)
43_logger.LogDebug("No parent PID specified, orphan detection disabled"); 47_logger.LogDebug("Monitoring parent process PID: {ParentPid}", pid); 64_logger.LogDebug("OrphanDetector: Stopped");
RemoteAppHostService.cs (4)
58_logger.LogDebug("cancelToken({TokenId})", tokenId); 73_logger.LogDebug(">> invokeCapability({CapabilityId}) args: {Args}", capabilityId, args?.ToJsonString() ?? "null"); 78_logger.LogDebug(" invokeCapability({CapabilityId}) result: {Result}", capabilityId, result?.ToJsonString() ?? "null"); 111_logger.LogDebug("<< invokeCapability({CapabilityId}) completed in {ElapsedMs}ms", capabilityId, sw.ElapsedMilliseconds);
Aspire.Hosting.SqlServer (2)
SqlServerBuilderExtensions.cs (2)
248logger.LogDebug("Creating database '{DatabaseName}'", sqlDatabase.DatabaseName); 305logger.LogDebug("Database '{DatabaseName}' created successfully", sqlDatabase.DatabaseName);
Aspire.Hosting.Testing.Tests (1)
ResourceLoggerForwarderServiceTests.cs (1)
98resourceLogger.LogDebug("Test debug message");
Aspire.Hosting.Tests (2)
Cli\CliOrphanDetectorTests.cs (1)
201testLogger.LogDebug($"IsProcessRunning called. Running count: {processRunningCallCounter}. IsProcessRunning: {isProcessRunning}");
Pipelines\DistributedApplicationPipelineTests.cs (1)
1353logger.LogDebug($"Debug message");
AzureAppServicesHostingStartupSample (1)
Startup.cs (1)
14logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
AzureAppServicesSample (1)
Startup.cs (1)
25logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
ClientSample (2)
LoggingMessageHandler.cs (2)
27_logger.LogDebug("Send: {0} {1}", request.Method, request.RequestUri); 29_logger.LogDebug("Recv: {0} {1}", (int)result.StatusCode, request.RequestUri);
Http3SampleApp (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\Helpers.cs (2)
88logger?.LogDebug($"Processing {target.FullName}"); 91logger?.LogDebug($" Copying {fileInfo.Name}");
IISSample (1)
Startup.cs (1)
39logger.LogDebug("Received request: " + context.Request.Method + " " + context.Request.Path);
InMemory.FunctionalTests (8)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
203Logger.LogDebug("Advancing timeProvider {timeSpan}.", timeSpan); 482Logger.LogDebug($"Reusing context for request stream {requestStreamId}."); 1241_testBase.Logger.LogDebug($"Disposing stream {StreamId}"); 1257_testBase.Logger.LogDebug($"Pooling stream {StreamId} for reuse."); 1263_testBase.Logger.LogDebug($"Can't reuse stream {StreamId}. Aborted: {_isAborted}, Reader completed successfully: {_transportPipeReader.IsCompletedSuccessfully}, Writer completed successfully: {_transportPipeWriter.IsCompletedSuccessfully}.");
TestTransport\InMemoryTransportConnection.cs (1)
55_logger.LogDebug(@"Connection id ""{ConnectionId}"" closing because: ""{Message}""", ConnectionId, abortReason?.Message);
TlsListenerTests.cs (2)
45Logger.LogDebug("[Received TlsClientHelloBytesCallback] Connection: {0}; TLS client hello buffer: {1}", connection.ConnectionId, clientHelloBytes.Length); 88Logger.LogDebug("[Received TlsClientHelloBytesCallback] Connection: {0}; TLS client hello buffer: {1}", connection.ConnectionId, clientHelloBytes.Length);
Interop.FunctionalTests (6)
H2SpecCommands.cs (3)
232logger.LogDebug(args.Data); 246logger.LogDebug("H2spec has exited."); 296logger.LogDebug(results);
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
InteropClient (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
Kestrel.SampleApp (1)
Startup.cs (1)
54logger.LogDebug($"Peer: {connectionFeature.RemoteIpAddress?.ToString()}:{connectionFeature.RemotePort}"
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
997Logger.LogDebug($"Unexpected token response format. Status Code: {(int)responseMessage.StatusCode}. Content-Type header is missing."); 1001Logger.LogDebug($"Unexpected token response format. Status Code: {(int)responseMessage.StatusCode}. Content-Type {responseMessage.Content.Headers.ContentType}.");
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddleware.cs (1)
180log.LogDebug("Policy authentication schemes {policyName} did not succeed", String.Join(", ", policy.AuthenticationSchemes));
Microsoft.AspNetCore.DataProtection (1)
TypeForwardingActivator.cs (1)
44_logger.LogDebug("Forwarded activator type request from {FromType} to {ToType}",
Microsoft.AspNetCore.Hosting.Tests (4)
src\Shared\AsyncEnumerableExtensions.cs (2)
21logger.LogDebug("Operation {OperationName} completed with value {Value}.", operationName, value); 25logger.LogDebug("Operation {OperationName} expected {ExpectedValue} but got {Value}.", operationName, expectedValue, value);
src\Shared\EventSource.Testing\TestCounterListener.cs (2)
54_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has increment value {Value}.", counter, eventData.EventSource.Name, increment); 58_logger.LogDebug("Counter {CounterName} on event source {EventSourceName} has mean value {Value}.", counter, eventData.EventSource.Name, mean);
Microsoft.AspNetCore.Http.Results (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.InternalTesting.Tests (3)
LoggedTestXunitTests.cs (3)
71Logger.LogDebug("Debug"); 81Logger.LogDebug("Debug"); 95Logger.LogDebug("Debug");
Microsoft.AspNetCore.Mvc.Core (6)
Infrastructure\ConfigureCompatibilityOptions.cs (3)
70_logger.LogDebug( 83_logger.LogDebug( 95_logger.LogDebug(
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.Server.IntegrationTesting (8)
CachingApplicationPublisher.cs (2)
66logger.LogDebug($"Processing {target.FullName}"); 69logger.LogDebug($" Copying {fileInfo.Name}");
Common\LoggingHandler.cs (2)
20_logger.LogDebug("Sending {method} {url}", request.Method, request.RequestUri); 24_logger.LogDebug("Received {statusCode} {reasonPhrase} {url}", response.StatusCode, response.ReasonPhrase, request.RequestUri);
Deployers\NginxDeployer.cs (4)
148Logger.LogDebug("Using PID file: {pidFile}", pidFile); 149Logger.LogDebug("Using Error Log file: {errorLog}", pidFile); 150Logger.LogDebug("Using Access Log file: {accessLog}", pidFile); 218Logger.LogDebug("Deleting config file: {configFile}", _configFile);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (6)
IISExpressDeployer.cs (4)
309Logger.LogDebug("Saving Config to {configPath}", DeploymentParameters.ServerConfigLocation); 416Logger.LogDebug("Deleting applicationHost.config file from {configLocation}", DeploymentParameters.ServerConfigLocation); 497Logger.LogDebug($"EnumWindow returned {ptr} belonging to {windowProcessId}"); 514Logger.LogDebug($"Skipping window {ptr} with class name {className}");
LoggingHandler.cs (1)
25_logger.LogDebug(request.ToString());
RetryHandler.cs (1)
51_logger.LogDebug($"Retrying {i + 1}th time after {RetryDelay.Seconds} sec.");
Microsoft.AspNetCore.Server.Kestrel.Core (4)
AnyIPListenOptions.cs (1)
38context.Logger.LogDebug(CoreStrings.FallbackToIPv4Any, IPEndPoint.Port, IPEndPoint.Port);
Internal\AddressBinder.cs (1)
183context.Logger.LogDebug(CoreStrings.BindingToDefaultAddress, Constants.DefaultServerAddress);
Internal\KestrelServerImpl.cs (1)
350Trace.LogDebug("Config reload token fired. Checking for changes...");
Middleware\Internal\LoggingStream.cs (1)
224_logger.LogDebug(builder.ToString());
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (5)
203Logger.LogDebug("Advancing timeProvider {timeSpan}.", timeSpan); 482Logger.LogDebug($"Reusing context for request stream {requestStreamId}."); 1241_testBase.Logger.LogDebug($"Disposing stream {StreamId}"); 1257_testBase.Logger.LogDebug($"Pooling stream {StreamId} for reuse."); 1263_testBase.Logger.LogDebug($"Can't reuse stream {StreamId}. Aborted: {_isAborted}, Reader completed successfully: {_transportPipeReader.IsCompletedSuccessfully}, Writer completed successfully: {_transportPipeWriter.IsCompletedSuccessfully}.");
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (3)
src\Shared\HttpClient\HttpEventSourceListener.cs (3)
20_logger.LogDebug($"Starting {nameof(HttpEventSourceListener)}."); 77_logger?.LogDebug(message); 95_logger?.LogDebug($"Stopping {nameof(HttpEventSourceListener)}.");
Microsoft.AspNetCore.SignalR.Client.Tests (1)
TestHttpMessageHandler.cs (1)
79_logger.LogDebug("Calling handlers for a '{Method}' going to '{Url}'.", request.Method, request.RequestUri);
Microsoft.AspNetCore.SpaProxy (1)
SpaProxyLaunchManager.cs (1)
260_logger.LogDebug($"Watch process '{stopProcess}' started.");
Microsoft.AspNetCore.StaticAssets (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.StaticFiles (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.StaticFiles.FunctionalTests (3)
src\Shared\RangeHelper\RangeHelper.cs (3)
50logger.LogDebug("Multiple ranges are not supported."); 61logger.LogDebug("Range header's value is invalid."); 72logger.LogDebug("Range header's value is invalid.");
Microsoft.AspNetCore.WebSockets (1)
WebSocketMiddleware.cs (1)
77_logger.LogDebug("Request origin {Origin} is not in the list of allowed origins.", originHeader.ToString());
Microsoft.CodeAnalysis.ExternalAccess.HotReload (2)
Api\HotReloadMSBuildWorkspace.cs (2)
168_logger.LogDebug("Could not find document with path '{FilePath}' in the workspace.", path); 180_logger.LogDebug("Updating document text of '{FilePath}'.", path);
Microsoft.CodeAnalysis.LanguageServer (18)
BrokeredServices\BrokeredServiceBridgeProvider.cs (1)
45_logger.LogDebug("Setting up brokered service bridge");
BrokeredServices\BrokeredServiceTraceListener.cs (2)
30_logger.LogDebug(message); 35_logger.LogDebug(message);
BrokeredServices\Services\BrokeredServiceBridgeManifest\BrokeredServiceBridgeManifestService.cs (1)
48_logger.LogDebug($"Proffered services: {string.Join(',', services.Select(s => s.ToString()))}");
DotnetCliHelper.cs (3)
61_logger.LogDebug(stdOutput.ToString()); 73_logger.LogDebug($"Running dotnet CLI command at {_dotnetExecutablePath.Value} in directory {workingDirectory} with arguments '{string.Join(' ', arguments)}'"); 120_logger.LogDebug($"Using vstest console at {vstestConsole}");
FileBasedPrograms\VirtualProjectXmlProvider.cs (2)
47process.ErrorDataReceived += (sender, args) => logger.LogDebug($"[stderr] dotnet run-api: {args.Data}"); 55logger.LogDebug($"dotnet run-api exited with exit code '{process.ExitCode}'.");
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
96_logger.LogDebug($"Solution-level analyzer at {analyzerPath} added to workspace.");
HostWorkspace\ProjectInitializationHandler.cs (1)
114_logger.LogDebug("Devkit project initialization completed");
LanguageServer\Handler\Restore\RestoreHandler.cs (3)
40_logger.LogDebug($"Restore was requested but no paths were provided."); 45_logger.LogDebug($"Running restore on {restorePaths.Length} paths, starting with '{restorePaths.First()}'."); 52_logger.LogDebug($"Restore completed successfully.");
Logging\LspServiceLogger.cs (1)
29public override void LogDebug(string message, params object[] @params) => _hostLogger.LogDebug(message, @params);
Testing\TestDiscoverer.cs (2)
84_logger.LogDebug(message: $"Potential test methods in range: {string.Join(Environment.NewLine, potentialTestMethods)}"); 107_logger.LogDebug($"Filtered {discoveredTests.Length} to {matchedTests.Count} tests");
Testing\TestRunner.TestRunHandler.cs (1)
45_logger.LogDebug($"Test run completed in {testRunCompleteArgs.ElapsedTimeInRunningTests}");
Microsoft.DotNet.Build.Tasks.Feed (6)
src\ProductionChannelValidator.cs (6)
173_logger.LogDebug($"Validating Azure DevOps tags for build {build.Id}"); 185_logger.LogDebug($"Build {build.Id} has required tag '{RequiredAzureDevOpsTag}'"); 232_logger.LogDebug($"Checking branch classification for {azureDevOpsAccount}/{projectId}/{repositoryId}, branch: {branchName}"); 243_logger.LogDebug($"Branch '{branchName}' is classified as a production branch"); 396_logger.LogDebug($"Fetching build info from: {url}"); 449_logger.LogDebug($"Fetching branch classifications from: {url}");
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
527_logger.LogDebug("Overcapacity compaction triggered"); 552_logger.LogDebug($"Overcapacity compaction executing. Current size {currentSize}"); 565_logger.LogDebug($"Overcapacity compaction executed. New size {coherentState.Size}");
Microsoft.Extensions.Diagnostics.Testing.Tests (21)
Logging\FakeLogCollectorTests.cs (4)
46logger.LogDebug("Hello world!"); 88logger.LogDebug("Hello world!"); 127logger.LogDebug("Hello world!"); 159logger.LogDebug("Hello world!");
Logging\FakeLoggerProviderTests.cs (5)
18logger.LogDebug("M1"); 24logger.LogDebug("M2"); 30logger.LogDebug("M3"); 44l1.LogDebug("M1"); 45l2.LogDebug("M2");
Logging\FakeLoggerTests.cs (12)
168logger.LogDebug("This record should be marked as being disabled"); 174logger.LogDebug("This record should be marked as being enabled"); 189logger.LogDebug("BEFORE"); 191logger.LogDebug("AFTER"); 209logger.LogDebug("M1"); 231logger.LogDebug("M1"); 234logger.LogDebug("M1"); 237logger.LogDebug("M2"); 256logger.LogDebug("M1"); 257logger.LogDebug("M2"); 260logger.LogDebug("M3"); 261logger.LogDebug("M4");
OrderProcessor (1)
OrderProcessingWorker.cs (1)
61_logger.LogDebug("""
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
118Context.Log.LogDebug($"TestServer is listening on port {Port}");
Sockets.FunctionalTests (3)
src\Servers\Kestrel\shared\test\TransportTestHelpers\TestServer.cs (1)
118Context.Log.LogDebug($"TestServer is listening on port {Port}");
src\Servers\Kestrel\test\FunctionalTests\UnixDomainSocketsTests.cs (2)
59Logger.LogDebug("Application receive loop ending for connection {connectionId}.", connection.ConnectionId); 70Logger.LogDebug("Graceful shutdown triggered for {connectionId}.", connection.ConnectionId);
Stress.TelemetryService (1)
TelemetryStresser.cs (1)
79logger.LogDebug($"Export complete. Rejected count: {result.RejectedDataPoints}");
SystemdTestApp (1)
Startup.cs (1)
28logger.LogDebug($"Peer: {connectionFeature.RemoteIpAddress?.ToString()}:{connectionFeature.RemotePort}"