About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (168)
Most used tags
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
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 hosted build controller, unittest, visual studio online, visualstudio.com, xunit
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
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 Automation, javascript, node.js, Test Driven Development, unittest, yeti, YUI
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 Apple TV, evernote, how i work, iSmoothrun, the secret weapon, Trello, unittest, visual studio, visualstudio.com, wunderlist
Leave a comment