15 writes to PackagingServiceFactory
Aspire.Cli.Tests (15)
Commands\InitCommandTests.cs (4)
177options.PackagingServiceFactory = (sp) => 273options.PackagingServiceFactory = (sp) => 391options.PackagingServiceFactory = (sp) => 432options.PackagingServiceFactory = (sp) =>
Commands\NewCommandTests.cs (2)
276options.PackagingServiceFactory = (sp) => 358options.PackagingServiceFactory = (sp) =>
Commands\UpdateCommandTests.cs (9)
63options.PackagingServiceFactory = _ => new TestPackagingService(); 246options.PackagingServiceFactory = _ => new TestPackagingService() 317options.PackagingServiceFactory = _ => new TestPackagingService() 527options.PackagingServiceFactory = _ => new TestPackagingService() 594options.PackagingServiceFactory = _ => new TestPackagingService() 652options.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)
93services.AddSingleton(options.PackagingServiceFactory);