18 writes to PackagingServiceFactory
Aspire.Cli.Tests (18)
Commands\InitCommandTests.cs (5)
94options.PackagingServiceFactory = (sp) => 275options.PackagingServiceFactory = (sp) => 371options.PackagingServiceFactory = (sp) => 489options.PackagingServiceFactory = (sp) => 530options.PackagingServiceFactory = (sp) =>
Commands\NewCommandTests.cs (4)
302options.PackagingServiceFactory = (sp) => 383options.PackagingServiceFactory = (sp) => 1316options.PackagingServiceFactory = _ => new NewCommandTestPackagingService 1389options.PackagingServiceFactory = _ => new NewCommandTestPackagingService
Commands\UpdateCommandTests.cs (9)
66options.PackagingServiceFactory = _ => new TestPackagingService(); 249options.PackagingServiceFactory = _ => new TestPackagingService() 320options.PackagingServiceFactory = _ => new TestPackagingService() 530options.PackagingServiceFactory = _ => new TestPackagingService() 597options.PackagingServiceFactory = _ => new TestPackagingService() 651options.PackagingServiceFactory = _ => new TestPackagingService() 720options.PackagingServiceFactory = _ => new TestPackagingService() 781options.PackagingServiceFactory = _ => new TestPackagingService() 842options.PackagingServiceFactory = _ => new TestPackagingService()
1 reference to PackagingServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
113services.AddSingleton(options.PackagingServiceFactory);