Reputation: 3
Has anyone else had any problems or issues trying to use the Moq dll & provided files from the 2011 distribution of the tool in a .NET 4.5 environment? I am working with a large set of test-code that uses Moq within many of its tests, and the component-code just moved to .NET 4.5 (and Visual Studio 2012 / SQL server 2012. If anyone has any info, or if this works for you without any troubles please let me know! Thanks very much in advance.
Upvotes: 0
Views: 1212
Reputation: 15737
I do not remember if I faced any difficulties when I moved my code to NET 4.5. Now everything works well in my project.
I suggest you use NuGet package manager to add any 3rd party libraries to all your projects.
Last version of Moq: an enjoyable mocking library 4.1.1311.615 was published on Monday, November 18 2013.
Upvotes: 1