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