1 write to _logger
aspire (1)
Layout\LayoutDiscovery.cs (1)
42_logger = logger;
24 references to _logger
aspire (24)
Layout\LayoutDiscovery.cs (24)
51_logger.LogDebug("Found ASPIRE_LAYOUT_PATH: {Path}", envLayoutPath); 63_logger.LogDebug("Discovered layout relative to CLI: {Path}", relativeLayout.LayoutPath); 67_logger.LogDebug("No bundle layout discovered"); 98_logger.LogDebug("SDK mode forced via {EnvVar}", BundleDiscovery.UseGlobalDotNetEnvVar); 114_logger.LogDebug("TryLoadLayoutFromPath: {Path}", layoutPath); 118_logger.LogDebug("Layout path does not exist: {Path}", layoutPath); 122_logger.LogDebug("Layout path exists, checking directory structure..."); 128_logger.LogDebug("Layout directory contents: {Contents}", string.Join(", ", entries)); 132_logger.LogDebug("Could not list directory contents: {Error}", ex.Message); 145_logger.LogDebug("TryDiscoverRelativeLayout: ProcessPath is null or empty"); 152_logger.LogDebug("TryDiscoverRelativeLayout: Could not get directory from ProcessPath"); 156_logger.LogDebug("TryDiscoverRelativeLayout: CLI at {Path}, checking for layout...", cliDir); 172_logger.LogDebug("TryDiscoverRelativeLayout: Checking parent directory {Path}...", parentDir); 189_logger.LogDebug("TryInferLayout: Checking layout at {Path}", layoutPath); 190_logger.LogDebug(" {Dir}/: {Exists}", BundleDiscovery.ManagedDirectoryName, Directory.Exists(managedPath) ? "exists" : "MISSING"); 191_logger.LogDebug(" {Dir}/: {Exists}", BundleDiscovery.DcpDirectoryName, Directory.Exists(dcpPath) ? "exists" : "MISSING"); 195_logger.LogDebug("TryInferLayout: Layout rejected - missing required directories"); 202_logger.LogDebug(" managed/{ManagedExe}: {Exists}", managedExeName, File.Exists(managedExePath) ? "exists" : "MISSING"); 206_logger.LogDebug("TryInferLayout: Layout rejected - aspire-managed not found"); 210_logger.LogDebug("TryInferLayout: Layout is valid"); 227_logger.LogDebug("DCP path override from {EnvVar}", BundleDiscovery.DcpPathEnvVar); 231_logger.LogDebug("Managed path override from {EnvVar}", BundleDiscovery.ManagedPathEnvVar); 243_logger.LogDebug("Layout validation failed: aspire-managed not found at {Path}", managedPath); 251_logger.LogDebug("Layout validation failed: DCP not found");