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)
298options.PackagingServiceFactory = (sp) => 379options.PackagingServiceFactory = (sp) =>
Commands\UpdateCommandTests.cs (9)
65options.PackagingServiceFactory = _ => new TestPackagingService(); 248options.PackagingServiceFactory = _ => new TestPackagingService() 319options.PackagingServiceFactory = _ => new TestPackagingService() 529options.PackagingServiceFactory = _ => new TestPackagingService() 596options.PackagingServiceFactory = _ => new TestPackagingService() 654options.PackagingServiceFactory = _ => new TestPackagingService() 722options.PackagingServiceFactory = _ => new TestPackagingService() 783options.PackagingServiceFactory = _ => new TestPackagingService() 844options.PackagingServiceFactory = _ => new TestPackagingService()
1 reference to PackagingServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
113services.AddSingleton(options.PackagingServiceFactory);