4 references to ManifestCommand
aspire-managed (1)
Program.cs (1)
81
rootCommand.Subcommands.Add(
ManifestCommand
.Create());
Aspire.Hosting.RemoteHost.Tests (3)
LayoutCommandTests.cs (2)
171
var command =
ManifestCommand
.Create();
245
var manifestCommand =
ManifestCommand
.Create();
RestoreCommandTests.cs (1)
46
var manifestCommand =
ManifestCommand
.Create();