Hello everyone.
I've been playing the game for a couple of weeks and recently I discovered the programmable blocks. Luckly, I don't have too much difficulty making scripts since I'm a C# developer for less than 2 years. So almost all my doubts come from the API and not from programming itself.
I was writing a script in which I used the FirstOrDefault extension method from Linq but for my surprise when I tried to compile the code in the game I got this exception:...
How can I use Linq extension methods?
I've been playing the game for a couple of weeks and recently I discovered the programmable blocks. Luckly, I don't have too much difficulty making scripts since I'm a C# developer for less than 2 years. So almost all my doubts come from the API and not from programming itself.
I was writing a script in which I used the FirstOrDefault extension method from Linq but for my surprise when I tried to compile the code in the game I got this exception:...
How can I use Linq extension methods?