6 references to Create
aspire-managed (1)
Program.cs (1)
79rootCommand.Subcommands.Add(RestoreCommand.Create());
Aspire.Hosting.RemoteHost.Tests (2)
LayoutCommandTests.cs (1)
229var restoreCommand = RestoreCommand.Create();
RestoreCommandTests.cs (1)
30var command = RestoreCommand.Create();
Aspire.Managed.Tests (3)
NuGet\RestoreCommandTests.cs (3)
39var command = RestoreCommand.Create(); 62var command = RestoreCommand.Create(); 96var command = RestoreCommand.Create();