Tag Archives: unittest

LINQ to Entities does not recognize the method

After my unit tests showed all green, there was still a bug in my code. System.NotSupportedException: LINQ to Entities does not recognize the method ‘System.Collections.Generic.IList`1[iCal.ISchedulerEvent] ProcessItem(iCal.ISchedulerEvent)’ method, and this method cannot be translated into a store expression. Solution is to … Continue reading

Posted in Development | Tagged , , | Leave a comment

Reproduce unit test failures from Hosted Build Controller

Our builds succeed with warnings. After investigation of the output we noticed failing unit tests. But local they run fine. Here’s what we did to troubleshoot and fix the issue. First we downloaded the build output from the drop location. … Continue reading

Posted in Development | Tagged , , , , | 1 Comment

Week 15 roundup

Last week recap an links: We edited our CI build to use the GitTemplate.12.xaml. This allows use to create a work item when the build fails. Read more on msdn. For those who are not aware of the Heartbleed bug. … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

TDD for JavaScript

My TDD workshop is a demo with Visual Studio 2012, Team Foundation Express and C#. The concept of Test Driven Development goes beyond the tooling or language. Here is a toolset to do TDD for JavaScript. The Yahoo library (YUI) … Continue reading

Posted in Test | Tagged , , , , , , | Leave a comment

I’m Eric Tummers, Technical Consultant at Valid, and this is how I work

Eric Tummers likes challenges and sharing the solutions with others. His work is focused on the Microsoft .NET framework. He writes unit tests when he develops. Not all developers he has worked with share this necessity for unit tests and … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , | Leave a comment