开发者_运维知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI am fairly new to mocking frameworks and was trying to decide which one will be a good bet to start working on. I have been looking at this question about the best mocking framework, and I can see a lot of people preferring moq, but when i saw the moq project's change list, i can see that it has not been updated for almost an year now.
Is moq project dead? if yes, which will be a good mocking framework to start with today?Moq is not dead, it's heavily used and it has a steady download count both via nuget and google code. It's just that it works so great that there hasn't been any show-stopper issues that require urgent fixes :P.
vNext is coming along (a lot of spiking, throwing away ideas, etc.) slowly, and its new home will be in http://moq.codeplex.com eventually.
NuGet has somewhat changed the dynamic here, 'cause it's now much less friction to release new bits more often. We'll catch-up with more frequent releases soon. I'm just terribly busy with other stuff (opensource too some of it, heard of netfx.codeplex.com?).
Yes, Microsoft uses it a lot, as well as many others.
- Statistics of usage
- Comparison of mocking frameworks
If you look here it seems that the latest download was added on 12 April and the change version (4.0.10827.Final
) is not consistent with the version from the list (4.0.10818
).
However, it doesn't look like it's still being developed. Maybe the current release is deemed to be finished (hence the word Final).
This link for Microsoft Unity 2.1 seems to suggest that you need Moq 4.0, which is quite encouraging!
精彩评论