2 writes to PackagingServiceFactory
Aspire.Cli.Tests (2)
Commands\InitCommandTests.cs (1)
96options.PackagingServiceFactory = (sp) =>
Commands\UpdateCommandTests.cs (1)
57options.PackagingServiceFactory = _ => new TestPackagingService();
1 reference to PackagingServiceFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
90services.AddSingleton(options.PackagingServiceFactory);