1 write to LayoutPath
aspire (1)
Layout\LayoutDiscovery.cs (1)
222
LayoutPath
= layoutPath,
4 references to LayoutPath
aspire (4)
Commands\UpdateCommand.cs (1)
356
var installPath = layout.
LayoutPath
;
Layout\LayoutConfiguration.cs (2)
70
if (string.IsNullOrEmpty(
LayoutPath
))
87
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
);