JoshRivers
JoshRivers

Reputation: 10290

Subsonic 3 ActiveRecord Test Feature Doesn't Support Linq?

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?

Upvotes: 1

Views: 182

Answers (2)

JoshRivers
JoshRivers

Reputation: 10290

It looks like development and interest in SubSonic has dropped a lot with usable EF versions and NoSQL databases. I think this question is moot.

Upvotes: 0

Jeremy Coenen
Jeremy Coenen

Reputation: 1075

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.

Upvotes: 1

Related Questions