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