Showing posts with label Visual Studio 2010. Show all posts
Showing posts with label Visual Studio 2010. Show all posts

Wednesday, 18 January 2012

Visual Studio Counterintuivity, Edit and Continue

Changes are not allowed while code is running or if the option 'Break all processes when one process breaks' is disabled. The option can be enabled in Tools, Options, Debugging.



I had to disable Edit and Continue in order to use it.

NUnit TestFixture logging with vstest and Microsoft.Testing.Platform

When using vstest or Microsoft.Testing.Platform on the command line, NUnit won't log `TestContext.Out` from a `TestFixture`, or, to be m...