24 instantiations of PackagingService
Aspire.Cli.Tests (24)
Packaging\NuGetConfigMergerSnapshotTests.cs (1)
42return new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration);
Packaging\PackagingServiceTests.cs (22)
52var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 96var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 140var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 173var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 206var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 238var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 269var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 300var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 330var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 357var packagingService = new PackagingService( 414var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 464var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 507var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 543var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 581var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 615var packagingService = new PackagingService( 660var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 693var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 724var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 769var packagingService = new PackagingService(executionContext, fakeCache, features, configuration); 822var packagingService = new PackagingService(executionContext, fakeCache, features, configuration); 874var packagingService = new PackagingService(executionContext, fakeCache, features, configuration);
Utils\CliTestHelper.cs (1)
461return new PackagingService(executionContext, nuGetPackageCache, features, configuration);
29 references to PackagingService
aspire (1)
Program.cs (1)
285builder.Services.AddSingleton<IPackagingService, PackagingService>();
Aspire.Cli.Tests (28)
Packaging\NuGetConfigMergerSnapshotTests.cs (6)
38private static PackagingService CreatePackagingService(CliExecutionContext executionContext) 67var packagingService = CreatePackagingService(executionContext); 117var packagingService = CreatePackagingService(executionContext); 180var packagingService = CreatePackagingService(executionContext); 242var packagingService = CreatePackagingService(executionContext); 302var packagingService = CreatePackagingService(executionContext);
Packaging\PackagingServiceTests.cs (22)
52var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 96var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 140var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 173var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 206var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 238var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 269var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 300var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 330var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 357var packagingService = new PackagingService( 414var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 464var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 507var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 543var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 581var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 615var packagingService = new PackagingService( 660var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 693var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 724var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 769var packagingService = new PackagingService(executionContext, fakeCache, features, configuration); 822var packagingService = new PackagingService(executionContext, fakeCache, features, configuration); 874var packagingService = new PackagingService(executionContext, fakeCache, features, configuration);