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