14 instantiations of PackagingService
Aspire.Cli.Tests (14)
Packaging\NuGetConfigMergerSnapshotTests.cs (1)
42return new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration);
Packaging\PackagingServiceTests.cs (12)
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);
Utils\CliTestHelper.cs (1)
439return new PackagingService(executionContext, nuGetPackageCache, features, configuration);
19 references to PackagingService
aspire (1)
Program.cs (1)
233builder.Services.AddSingleton<IPackagingService, PackagingService>();
Aspire.Cli.Tests (18)
Packaging\NuGetConfigMergerSnapshotTests.cs (6)
38private static PackagingService CreatePackagingService(CliExecutionContext executionContext) 67var packagingService = CreatePackagingService(executionContext); 116var packagingService = CreatePackagingService(executionContext); 178var packagingService = CreatePackagingService(executionContext); 239var packagingService = CreatePackagingService(executionContext); 298var packagingService = CreatePackagingService(executionContext);
Packaging\PackagingServiceTests.cs (12)
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);