1 write to _telemetry
aspire (1)
Projects\DotNetAppHostProject.cs (1)
54
_telemetry
= telemetry;
5 references to _telemetry
aspire (5)
Projects\DotNetAppHostProject.cs (5)
194
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, _features,
_telemetry
, cancellationToken: cancellationToken))
208
using var activity =
_telemetry
.StartDiagnosticActivity("run");
279
appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostFile,
_telemetry
, context.WorkingDirectory, _fileLoggerProvider.LogFilePath, cancellationToken);
365
if (!await SdkInstallHelper.EnsureSdkInstalledAsync(_sdkInstaller, _interactionService, _features,
_telemetry
, cancellationToken: cancellationToken))
383
_telemetry
,