11 references to _tagsList
aspire (11)
Telemetry\AspireCliTelemetry.cs (11)
89
return [..
_tagsList
];
126
foreach (var tag in
_tagsList
)
158
foreach (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()));