Hi
Is there any possibility to use linq expressions in scripts (also in CodeActivity)?
I would like to have acces to methods like Contains, ToList and so on which are visible only when "using System.Linq" directive is added to code, unfortunatelly intellisence does not show Linq namespace and when we use CodeActivity box we can't use "using" statement.