0a54fa5e35cb3526a2b620ce83ba78e2d9e781fc
The subscription panel showed "(array)" for any array-valued tag and "Unspecified" for its type. A scalar MxValue carries its type in MxValue.DataType, but an array leaves that Unspecified and carries the element type and dimensions on the MxArray itself. DashboardMxValueFormatter.FormatValue now joins the typed MxArray elements (e.g. "[1.5, 2.25, 3]"), capped at 24 elements with a "... N total" suffix, and FormatDataType reads the element type and dimensions off the array (e.g. "Double[10]"). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
Java
49.4%
C#
39.3%
Rust
3%
Python
2.9%
Go
2.3%
Other
3.1%