1 write to _telemetry
aspire (1)
Commands\PublishCommandBase.cs (1)
49_telemetry = telemetry;
2 references to _telemetry
aspire (2)
Commands\PublishCommandBase.cs (2)
86using var activity = _telemetry.ActivitySource.StartActivity(this.Name); 104appHostCompatibilityCheck = await AppHostHelper.CheckAppHostCompatibilityAsync(_runner, _interactionService, effectiveAppHostProjectFile, _telemetry, cancellationToken);