4 references to Create
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();