views:

133

answers:

1

According to this blog post, the ActiveRecord Test features in Subsonic 3 don't support linq. If this is true, it would seem to really constrain the usefulness of the Test features. Is there a workaround, or am I just misreading what was said?

+1  A: 

I think you may be misreading as you can use LINQ with the ActiveRecord test Repository. Basically all SS does is mock up a repo with in memory List<> objects.

Jeremy Coenen