You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem, i.e. H5Dataset cannot handle raw data bytes:
var dataAsBytes = Encoding.Unicode.GetBytes(textEntry.Value);
var data = MemoryMarshal.Cast<byte, ushort>(dataAsBytes).ToArray();
var dataset = new H5Dataset<ushort[]>(data);