Scrum Bug
  • Home
  • Scrum
  • Training
  • GitHub
  • Azure DevOps

Code Coverage

A collection of 2 posts
Techdays 2013 presentation - Better code through review and tools
Code Review

Techdays 2013 presentation - Better code through review and tools

By request of the audience, a link to the slide deck of our Techdays 2013 presentation on Better code through review and tools [http://www.microsoft.com/netherlands/techdays/SessionDetail.aspx?sessionId=3780] (in Dutch). There isn't too much useful information in the deck itself, since Thomas Huijer and I
Mar 8, 2013 1 min read
XAML Build

Funny issue with Code Coverage and Reflection

Just stumbled upon a tricky change which happens to your assemblies when you're running your tests with Code Coverage enabled. Take the following piece of code: var types = typeof(Program).Assembly.GetExportedTypes(); foreach (Type t in types) { // ... } In our case the behavior of the code under test changed completely between
Jan 9, 2012 1 min read
Page 1 of 1
Scrum Bug © 2023
Facebook Twitter LinkedIn GitHub Powered by Ghost