Forum member

Christoph

3 posts

Posts by Christoph

  1. Same test works in VS2015 but fails in NCrunch

    Yeah I was also shocked when a customer of mine was calling me that an import does not work anymore after moving the application to a (at that time) new Windows 8.1 machine and, when I investigated, I found out that our decimal sign was changed... (with 8.1 came that change, not as I said before wi…

  2. Same test works in VS2015 but fails in NCrunch

    Hello Remco Yeah, that problem you got on different machines is based on an ugly story that happened over here: Some Swiss government office (not the department for information technology!) decided that our official decimal symbol is now the "," like in Germany and not the ".". Nobody took notice…

  3. Same test works in VS2015 but fails in NCrunch

    Hello NCrunch I downloaded NCrunch today and tried it out with a simple project of mine which is published as Nuget package "SingleFile.VB.ExtString.FillIn" (which are 5 VB.NET source files containing a single test class). When I try out that package on a VB project that runs under .NET 3.5 th…