9 writes to Layout
Aspire.Cli.Tests (9)
Commands\DashboardRunCommandTests.cs (1)
706
bundleService.
Layout
= layout;
Commands\StopCommandTests.cs (1)
1275
options.BundleServiceFactory = _ => new TestBundleService(isBundle: true) {
Layout
= layout };
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
97
Layout
= new LayoutConfiguration { LayoutPath = versionRoot.FullName }
ProfileCaptureServiceTests.cs (2)
128
Layout
= new LayoutConfiguration { LayoutPath = layoutRoot.FullName }
161
Layout
= new LayoutConfiguration { LayoutPath = layoutRoot.FullName }
Projects\DotNetAppHostProjectTests.cs (4)
114
Layout
= layout,
773
Layout
= layout,
2519
Layout
= layout,
4677
Layout
= layout
2 references to Layout
Aspire.Cli.Tests (2)
Utils\CliTestHelper.cs (2)
884
return
Layout
is null ? null : new BundleLayoutLease(
Layout
, lease: null);