Subsonic 3 ActiveRecord 测试功能不支持 Linq?
根据这篇博客文章,Subsonic 3 中的 ActiveRecord 测试功能不不支持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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您可能误读了,因为您可以将 LINQ 与 ActiveRecord 测试存储库一起使用。 基本上 SS 所做的就是在内存中模拟一个带有 List<> 的存储库。 对象。
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.
看起来 SubSonic 的开发和兴趣随着可用的 EF 版本和 NoSQL 数据库而下降了很多。 我认为这个问题毫无意义。
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.