15 writes to PackagingServiceFactory
Aspire.Cli.Tests (15)
Commands\InitCommandTests.cs (4)
178options.PackagingServiceFactory = (sp) => 274options.PackagingServiceFactory = (sp) => 392options.PackagingServiceFactory = (sp) => 433options.PackagingServiceFactory = (sp) =>
Commands\NewCommandTests.cs (2)
271options.PackagingServiceFactory = (sp) => 352options.PackagingServiceFactory = (sp) =>
Commands\UpdateCommandTests.cs (9)
64options.PackagingServiceFactory = _ => new TestPackagingService(); 247options.PackagingServiceFactory = _ => new TestPackagingService() 318options.PackagingServiceFactory = _ => new TestPackagingService() 528options.PackagingServiceFactory = _ => new TestPackagingService() 595options.PackagingServiceFactory = _ => new TestPackagingService() 653options.PackagingServiceFactory = _ => new TestPackagingService() 721options.PackagingServiceFactory = _ => new TestPackagingService() 782options.PackagingServiceFactory = _ => new TestPackagingService() 843options.PackagingServiceFactory = _ => new TestPackagingService()
1 reference to PackagingServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
109services.AddSingleton(options.PackagingServiceFactory);