Monday 11 November 2019

Mr. Clippy is in a bad mood

Made by my youngest, she had no idea why I'm laughing at her creation.


Mr. Clippy is in a bad mood today

Friday 15 February 2019

Some (n)unit tests run on TFS are failing with System.OutOfMemoryException

Symptom:
- some tests are failing with "----> System.OutOfMemoryException : Exception of type 'System.OutOfMemoryException' was thrown." error


Solution:
- add "/platform:x64" to VSTest step

Additional info:
under the hood, TFS is running "vstest.console.exe" and it looks that is run as a 32bit application by default