11 references to _tagsList
aspire (11)
Telemetry\AspireCliTelemetry.cs (11)
89return [.. _tagsList]; 126foreach (var tag in _tagsList) 158foreach (var tag in _tagsList) 198_tagsList.Add(new(TelemetryConstants.Tags.MacAddressHash, macAddressHashTask.Result)); 199_tagsList.Add(new(TelemetryConstants.Tags.DeviceId, deviceIdTask.Result)); 202_tagsList.Add(new(TelemetryConstants.Tags.CliVersion, GetCliVersion())); 203_tagsList.Add(new(TelemetryConstants.Tags.CliBuildId, GetCliBuildId())); 205_tagsList.Add(new(TelemetryConstants.Tags.DeploymentEnvironmentName, _ciEnvironmentDetector.IsCIEnvironment() ? "ci" : "local")); 207_tagsList.Add(new(TelemetryConstants.Tags.OsName, GetOsName())); 208_tagsList.Add(new(TelemetryConstants.Tags.OsType, GetOsType())); 209_tagsList.Add(new(TelemetryConstants.Tags.OsVersion, Environment.OSVersion.Version.ToString()));