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?

» Trackbacks & Pingbacks

    No trackbacks yet.
Trackback link for this post:
http://samgentile.com/Web/trackback.ashx?id=431

» Comments

    There are no comments. Kick things off by filling out the form below.

» Leave a Comment