Microsoft Fakes misbehave on buildserver

We use Microsoft Fakes to isolate some legacy code. Today I added some tests that passed on my machine, but failed on the buildserver. 😦

After reading this stackoverflow post I added the

using(ShimsContext.Create()) {
   var fakeObject = new some.namespace.Fakes.LegacyObject();
   fakeObject.BehaveAsDefaultValue();
   // ... rest of test
}

and the builds became green again 😉

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.
This entry was posted in Development and tagged , . Bookmark the permalink.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.