No Resharper 3.0.2 Intellisense with LINQ/3.5
In trying to do any LINQ/.NET 3.5 Beta 2 stuff with Resharper I noticed that the Intellisense is not right:
db.Log = Console.Out;IQueryable<Customer> custQuery =
from cust in Customers where cust.City == "London"
select cust;
I confirmed this with this post where people are shutting off Resharper when working with 3.5 stuff. Does anyone when 3.5 will be supported?
October 21 2007
samgentile
Filed under: LINQ
