2 instantiations of FakeInstallationDiscovery
Aspire.Cli.Tests (2)
Commands\DoctorCommandTests.cs (1)
1066
services.AddSingleton<IInstallationDiscovery>(_ => new
FakeInstallationDiscovery
(self, others, discoverAllException));
Commands\InstallationInfoOutputTests.cs (1)
25
var discovery = new
FakeInstallationDiscovery
(self)
1 reference to FakeInstallationDiscovery
Aspire.Cli.Tests (1)
Commands\InstallationInfoOutputTests.cs (1)
25
var
discovery = new FakeInstallationDiscovery(self)