2 implementations of IPeerInstallProbe
aspire (1)
Acquisition\PeerInstallProbe.cs (1)
27internal sealed class PeerInstallProbe : IPeerInstallProbe
Aspire.Cli.Tests (1)
TestServices\FakePeerInstallProbe.cs (1)
14internal sealed class FakePeerInstallProbe : IPeerInstallProbe
6 references to IPeerInstallProbe
aspire (4)
Acquisition\InstallationDiscovery.cs (2)
28private readonly IPeerInstallProbe _peerProbe; 37IPeerInstallProbe peerProbe,
Acquisition\PeerInstallProbe.cs (1)
14/// Default <see cref="IPeerInstallProbe"/>. Spawns the peer with
Program.cs (1)
500builder.Services.AddSingleton<IPeerInstallProbe, PeerInstallProbe>();
Aspire.Cli.Tests (2)
TestServices\FakePeerInstallProbe.cs (1)
9/// In-memory <see cref="IPeerInstallProbe"/> for tests. Returns
Utils\CliTestHelper.cs (1)
214services.AddSingleton<IPeerInstallProbe, PeerInstallProbe>();