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