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