1 write to _telemetry
aspire (1)
Commands\PublishCommandBase.cs (1)
56_telemetry = telemetry;
2 references to _telemetry
aspire (2)
Commands\PublishCommandBase.cs (2)
97using var activity = _telemetry.ActivitySource.StartActivity(this.Name); 131appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, InteractionService, effectiveAppHostFile, _telemetry, ExecutionContext.WorkingDirectory, cancellationToken);