5 references to LayoutCommand
aspire-managed (1)
Program.cs (1)
80
rootCommand.Subcommands.Add(
LayoutCommand
.Create());
Aspire.Hosting.RemoteHost.Tests (3)
LayoutCommandTests.cs (3)
38
var command =
LayoutCommand
.Create();
88
var command =
LayoutCommand
.Create();
126
var command =
LayoutCommand
.Create();
Aspire.Managed.Tests (1)
TerminalHostSignalTests.cs (1)
210
startInfo.ArgumentList.Add(typeof(
LayoutCommand
).Assembly.Location);