BitConverter.ToInt64 stops controller

Hi,

I found, that BitConverter.ToInt64 stops microcontroller when startIndex parameter is not a zero…
Is this a bug or a feature? :slight_smile:

Regards,
Nikolay

@ Nikolay_Ch - Is the below program enough to crash it? What board are you using?


static void Main() {
     BitConverter.ToInt64(new byte[9], 1);
}

Mountaineer Ethernet
.Net Release 4.3.1 (Beta 3)

I also have some troubles with BitConverter class…but with the ToString method. It seems to be buggy.

Fixed in 4.4

I thing, that I have to wait for a long time for the 4.4 version of .Net for my Mountaineer board… :frowning: