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