Cannot use Interpolated Strings in invoke code VB.net

Is there a way to use Interpolated Strings in invoke code VB.net ?

example :

Array.ForEach(dtToUpdate.AsEnumerable().ToArray(), Sub(row) row("KEY") = $"{valToSet}")

I get to BC30037 error and cannot run the project.
I have .NET Framework 4.8.

image

image

image

Hello @Clement_POISSON ,

I see you have enterprise version.
Might be easy/fast to work with UiPath support…

Vasile.

I have tried with the newest community version, i got same result

We have this issue tracked and will try to address it in a future version. Thanks for reporting this.