1 write to Version
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
654
Version
= string.IsNullOrEmpty(scope.Version) ? null : scope.Version,
2 references to Version
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
767
if (json.
Version
is not null)
769
scope.Version = json.
Version
;