1 write to LayoutPath
aspire (1)
Layout\LayoutDiscovery.cs (1)
222LayoutPath = layoutPath,
4 references to LayoutPath
aspire (4)
Commands\UpdateCommand.cs (1)
356var installPath = layout.LayoutPath;
Layout\LayoutConfiguration.cs (2)
70if (string.IsNullOrEmpty(LayoutPath)) 87return relativePath is not null ? Path.Combine(LayoutPath, relativePath) : null;
Layout\LayoutDiscovery.cs (1)
63_logger.LogDebug("Discovered layout relative to CLI: {Path}", relativeLayout.LayoutPath);