11 writes to Layout
Aspire.Cli.Tests (11)
Commands\DashboardRunCommandTests.cs (1)
642bundleService.Layout = layout;
Commands\StopCommandTests.cs (1)
1244options.BundleServiceFactory = _ => new TestBundleService(isBundle: true) { Layout = layout };
NuGet\BundleNuGetPackageCacheTests.cs (3)
35Layout = layout 90Layout = layout 139Layout = layout
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
97Layout = new LayoutConfiguration { LayoutPath = versionRoot.FullName }
ProfileCaptureServiceTests.cs (1)
98Layout = new LayoutConfiguration { LayoutPath = layoutRoot.FullName }
Projects\DotNetAppHostProjectTests.cs (4)
112Layout = layout, 748Layout = layout, 2263Layout = layout, 4274Layout = layout
2 references to Layout
Aspire.Cli.Tests (2)
Utils\CliTestHelper.cs (2)
843return Layout is null ? null : new BundleLayoutLease(Layout, lease: null);