http://nemerle.org/bugs/view.php?id=928 This bug caused by some compiler optimization which convert tuple parameter to ordinary parameters. In VS Integration we use delayed compilation of body. Unfortunately parameters of method was converted in namespace build stage. Kamil, Michal! Can you disable conversion of tuple in IntellySence mode? Or what we can to do?