1 write to _logger
aspire (1)
Acquisition\InstallationDiscovery.cs (1)
56
_logger
= logger;
15 references to _logger
aspire (15)
Acquisition\InstallationDiscovery.cs (15)
77
var canonicalPath = CliPathHelper.ResolveSymlinkToFullPath(processPath,
_logger
);
83
var pathStatus = GetPathStatus(canonicalPath, pathHits ?? FindAllAspireOnPath(
_logger
));
129
var pathHits = FindAllAspireOnPath(
_logger
).ToList();
132
_logger
.LogDebug(
148
_logger
.LogDebug("Discovery: no 'aspire' binary found on $PATH.");
154
_logger
.LogDebug(
166
_logger
,
173
_logger
.LogDebug(
187
: CliPathHelper.ResolveSymlinkToFullPath(candidate.BinaryPath,
_logger
);
190
_logger
.LogDebug(
197
_logger
.LogDebug(
213
_logger
.LogDebug(
272
_logger
.LogDebug(
290
_logger
.LogDebug(
418
_logger
.LogDebug("Could not read identity channel for InstallationDiscovery: {Error}", error);