10-30-2025 10:14 AM
When developing VIs that use .NET (Core) 8.0 in LabVIEW 2026 Q1, you now have the ability to create probes on wires that are .NET (Core) 8.0 references, with similar functionality to the probe for .NET Framework references.
In addition, LabVIEW 2026 Q1 now uses arrays of references to pass data to/from .NET (Core) 8.0 assemblies that operate on arrays. If you wrote VIs in previous versions of LabVIEW, these were treated as references, and you will have to update your VIs to work in LabVIEW 2026 Q1.
11-03-2025 12:30 AM
Did some tests - calling .NET core code that returns array of structs.
It will crash LabVIEW without any warning or error.
Attached reproducer.