-
-
Notifications
You must be signed in to change notification settings - Fork 812
Build fails (moq 4.8.2) #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry but without further information, I fail to see how this could be an issue with Moq. Moq is a NuGet package like any other, there's something wrong with your build script or process. Can you provide a minimal, standalone solution that exhibits this problem, along with an indication of which build tool versions you're using? |
ClassLibrary1.zip |
OK, found: Moq 4.8.2 has a dependency from System.Threading.Tasks.Extensions 4.3.0 which works fine. But if we update Tasks.Extensions to latest 4.4.0, then error occurs. So seems yes, it is not Moq fault. |
We've got an build error on our build server after updating from Moq 4.7.145.0 to 4.8.2
Moq 4.7.145 worked fine.
Also with 4.8.2 build works fine if we build project in Visual Studio, but doesn't work if we build it via cmd script.
The cmd script is quite simple:
Project target framework is 4.6.1
The text was updated successfully, but these errors were encountered: