1 write to _logger
aspire (1)
Acquisition\PeerInstallProbe.cs (1)
63
_logger
= logger;
4 references to _logger
aspire (4)
Acquisition\PeerInstallProbe.cs (4)
149
_logger
.LogDebug("Peer probe at {BinaryPath} produced no rich JSON output.", binaryPath);
182
_logger
.LogDebug("Peer probe at {BinaryPath} returned JSON without an installation row; trying the --version fallback.", binaryPath);
187
_logger
.LogDebug(ex, "Peer probe at {BinaryPath} returned invalid JSON; trying the --version fallback.", binaryPath);
240
_logger
,