开发者

Why does Moles keep getting readded to my project?

I added Moles to a project in VS2010, decided I didn't want to use it and then removed the Moles reference and the .behaviours and .moles assemblies. The problem is that I repeatedl开发者_运维知识库y find Moles has been readded to the project with no intervention from me. Is there some kind of setting external to a project that will auto-add it if it's installed?


Be sure you have done the following:

  1. Remove the references to the moles assemblies (e.g. "MyAssembly.Moles")
  2. Remove reference: Microsoft.Moles.Framework
  3. Remove all .moles files (toggle the "Show all files" button in the solution explorer -- you must select the test class before doing so)
  4. Delete the "Moled Assemblies" folder
  5. Clean the test project (right-click the project in Solution Explorer, and then select Clean)
  6. Rebuild the test project
  7. Bask in the glory of a Moles-free test project

UPDATE (2 JULY 2012) I recommend shifting to .NET 4.5 Fakes and Stubs (currently in Release Candidate version). Fakes and Stubs are the productized version of Moles, and are fully supported.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜