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