The world of .NET and Web Programming

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?

 

» Similar Posts

  1. How to Use Both CodeRush and Resharper in VS2005 and VS2008 Beta 2
  2. A Beasty COM Interop Problem
  3. New and Notable 117

Comments are closed