5 references to ManifestCommand
aspire-managed (1)
Program.cs (1)
80rootCommand.Subcommands.Add(ManifestCommand.Create());
Aspire.Hosting.RemoteHost.Tests (3)
ManifestCommandTests.cs (2)
38var command = ManifestCommand.Create(); 112var manifestCommand = ManifestCommand.Create();
RestoreCommandTests.cs (1)
46var manifestCommand = ManifestCommand.Create();
Aspire.Managed.Tests (1)
TerminalHostSignalTests.cs (1)
210startInfo.ArgumentList.Add(typeof(ManifestCommand).Assembly.Location);