起订量 + VB.NET - VS2010 会以其当前形式自动完全支持它吗?
我们正在寻求对我们的模拟框架做出最终决定。经过几次尝试后,我爱上了 Moq。我也喜欢 TypeMock - 但因为我们正处于在整个团队中实施 TDD 的早期阶段,所以我们还不想进行如此大的投资。我们现在使用的是 VS 2008,一旦发布就会转向 2010。
因此,经过大量研究后,我决定使用 Moq,因为它几乎与 TypeMock 一样好,并且具有超级干净的语法等。现在,问题/疑问是:我们主要是一家 VB.NET 商店,但正在使用 C#对于我们所有的 CRM 实施代码(插件等)。由于 VB.NET 缺少 Lambda 子例程,Moq 似乎仅完全支持 C#。谁能确认当 VS2010 发布时,Moq 将在其当前版本中与 VB.NET 完全兼容?
这里有人使用 Moq 与 VB.NET 吗? 2010 年?我们需要尽快做出这个决定,因为我们的截止日期很紧,并且不想再次更改框架(从 NMock 到 TypeMock,现在想要做出最终决定并转向 Moq)或者每种语言有 2 个单独的框架......非常感谢任何帮助。
We are looking to make a final decision on our Mocking framework. After trying several, I have fallen in love with Moq. I also love TypeMock - but because we are in the early stages of implementing TDD across the team, we do not want to make such a large investment quite yet. We are using VS 2008 now and are going to move to 2010 as soon as it is released.
So after doing much research I have decided on Moq because it's nearly as good as TypeMock and has super clean syntax, etc. Now here's the problem/question: we are mainly a VB.NET shop but are using C# for all of our CRM implementation code (plugsins, etc). It seems Moq only fully supports C# due to VB.NET lacking Lambda sub routines. Can anyone confirm that when VS2010 comes out Moq will work fully with VB.NET in its current version?
Is anyone here using Moq with VB.NET? w/ 2010? We need to make this decision asap, as we are under tight deadline and do not want to change frameworks again (went from NMock to TypeMock and now want to make final decision and move to Moq) or have 2 seperate ones per language... any help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 RC 并在虚拟机中试用。说真的,就去做吧!
(我认为它很有可能会起作用 - 我在 2008 年使用 Moq,并且显然对它与 2010 年一起使用零担心。Moq 是一个非常好的选择 IMNSHO)
Download the RC and try it in a VM. Seriously, just go do it!
(I reckon ther's a very strong chance it should work - I'm using Moq on 2008 and obviously have zero worries about it working with 2010. Moq is a very good choice IMNSHO)