5 references to Properties
Aspire.Dashboard (5)
Components\Pages\ComponentTelemetryContext.cs (5)
49
Properties
[TelemetryPropertyKeys.DashboardComponentId] = new AspireTelemetryProperty(_componentType);
52
Properties
[TelemetryPropertyKeys.UserAgent] = new AspireTelemetryProperty(browserUserAgent);
72
if (!
Properties
.TryGetValue(name, out var existingValue) || !existingValue.Value.Equals(value.Value))
74
Properties
[name] = value;
92
properties:
Properties
,