[CoreMidi] Obsolete the MidiPacket.Bytes property. by rolfbjarne · Pull Request #19705 · dotnet/macios (original) (raw)

It's inherently unsafe, because it may return a pointer to inside a managed
array - which points to random memory if the GC collects or moves the array.

So obsolete the property, and remove it for XAMCORE_5_0.