14 instantiations of PackagingService
Aspire.Cli.Tests (14)
Packaging\NuGetConfigMergerSnapshotTests.cs (1)
41return new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration);
Packaging\PackagingServiceTests.cs (12)
51var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 95var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 139var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 172var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 205var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 237var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 268var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 299var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 329var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 356var packagingService = new PackagingService( 413var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 463var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration);
Utils\CliTestHelper.cs (1)
336return new PackagingService(executionContext, nuGetPackageCache, features, configuration);
19 references to PackagingService
aspire (1)
Program.cs (1)
140builder.Services.AddSingleton<IPackagingService, PackagingService>();
Aspire.Cli.Tests (18)
Packaging\NuGetConfigMergerSnapshotTests.cs (6)
37private static PackagingService CreatePackagingService(CliExecutionContext executionContext) 66var packagingService = CreatePackagingService(executionContext); 115var packagingService = CreatePackagingService(executionContext); 177var packagingService = CreatePackagingService(executionContext); 238var packagingService = CreatePackagingService(executionContext); 297var packagingService = CreatePackagingService(executionContext);
Packaging\PackagingServiceTests.cs (12)
51var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 95var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 139var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 172var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 205var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 237var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 268var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 299var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 329var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 356var packagingService = new PackagingService( 413var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration); 463var packagingService = new PackagingService(executionContext, new FakeNuGetPackageCache(), features, configuration);