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