2 writes to ProcessPathProviderFactory
Aspire.Cli.Tests (2)
Commands\UpdateCommandTests.cs (1)
3485options.ProcessPathProviderFactory = _ => new TestProcessPathProvider(processPath);
Utils\CliUpdateNotificationServiceTests.cs (1)
447options.ProcessPathProviderFactory = _ => new TestProcessPathProvider(processPath);
1 reference to ProcessPathProviderFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
167services.AddSingleton(options.ProcessPathProviderFactory);