What is the correct website for downloading Moq binaries?

I want to play with the Moq framework. I wanted to download the framework, so I reached http://code.google.com/p/moq/ via Google, but the first line mentions that this project was ported to GitHub. When I went to GitHub, I only see the source code. My questions:

1) What is the correct website for downloading Moq. Binaries? (I do not want the source code.). 2) Why I can not view the binaries on the GitHub website for Moq. Do I need to download the source code and then compile it myself? 3) Should I only go to the GitHub website in the future for any updates. Code.google.com/p/moq currently provides binaries.

+6
source share
1 answer

Now the moq project has moved to github . A quick start is also on github

So, to answer your questions:

+7
source

Source: https://habr.com/ru/post/946235/


All Articles