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 (169)
Author Archives: erictummers
Week 16 roundup
Last week recap an links: Connect to iisexpress website from inside a Hyper-V machine using this post about how to connect to a local web service from the Windows Phone 8 Emulator Enable the SSH on you synology and use … Continue reading
Fixed synology mount failure
After the upgrade to DSM 5.0 I received some messages from the synology about Automount Failures. Here’s how to do something about it: Start File Station Go into Tools > Connection list Locate the failing mount Unmount, to stop the … Continue reading
Synology DSM 5.0
The new Disk Station Manager 5.0 from Synology was released in March. My DS212J was still happy running 4.3. Then came Heartbleed and forced me to act. Because my synology was supported by DSM 5.0 there would not be a … 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