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