1 write to _telemetry
aspire (1)
Projects\DotNetAppHostProject.cs (1)
55
_telemetry
= telemetry;
5 references to _telemetry
aspire (5)
Projects\DotNetAppHostProject.cs (5)
203
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService,
_telemetry
, cancellationToken: cancellationToken))
217
using var activity =
_telemetry
.StartDiagnosticActivity("run");
288
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostFile,
_telemetry
, context.WorkingDirectory, _fileLoggerProvider.LogFilePath, cancellationToken);
374
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService,
_telemetry
, cancellationToken: cancellationToken))
392
_telemetry
,