Resharper and PredicateFactory.cs

Posts   
 
    
TlighT
User
Posts: 20
Joined: 19-Aug-2004
# Posted on: 04-Apr-2005 11:21:39   

Resharper has always been slow on the PredicateFactory class because of the many static methods in that class. But in my new project (using 40 entities) Resharper seems to hit some buffer overflow or something, since I get spontaneous reboots and display drivers acting up when I try to use PredicateFactory. Really weird...

Anybody has had similar problems??? I'm using Resharper 1.5 build 160.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39612
Joined: 17-Aug-2003
# Posted on: 04-Apr-2005 11:57:20   

Hmm. that's really odd. 40 entities shouldn't be a problem though, although with 100 or so, the class gets really really big. In 1.0.2004.2, I modified all code so it doesn't rely on that class anymore, so you could then remove it from the project if you want to (need to). If you use 1.0.2004.2 code and remove the predicatefactory (or move it to another project), does it still crash or/and does vs.net still go bezerk?

Frans Bouma | Lead developer LLBLGen Pro
TlighT
User
Posts: 20
Joined: 19-Aug-2004
# Posted on: 04-Apr-2005 12:51:32   

Deleting the Resharper cache seems to have solved the problem.