2 instantiations of TestProcessPathProvider
Aspire.Cli.Tests (2)
Commands\UpdateCommandTests.cs (1)
3485
options.ProcessPathProviderFactory = _ => new
TestProcessPathProvider
(processPath);
Utils\CliUpdateNotificationServiceTests.cs (1)
447
options.ProcessPathProviderFactory = _ => new
TestProcessPathProvider
(processPath);