1 write to LayoutPath
aspire (1)
Layout\LayoutDiscovery.cs (1)
215LayoutPath = layoutPath,
3 references to LayoutPath
aspire (3)
Layout\LayoutConfiguration.cs (2)
57if (string.IsNullOrEmpty(LayoutPath)) 70return relativePath is not null ? Path.Combine(LayoutPath, relativePath) : null;
Layout\LayoutDiscovery.cs (1)
63_logger.LogDebug("Discovered layout relative to CLI: {Path}", relativeLayout.LayoutPath);