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