Forum member

scmccart

4 posts

Posts by scmccart

  1. MSTest/F# tests with specials characters are detected but do not run

    Hey there, I've got some unit tests written in F# that have special characters in the name. They show up in the tests list as running, but never finish and don't seem to show in the running test count. I'm on NCrunch 2.10.0.4 with Visual Studio 2013. Here's a quick example, namespace ``Exampl…

  2. Issue with TypeCatalog only under NCrunch

    This build does indeed fix the issue, thanks for the quick turn around!

  3. Issue with TypeCatalog only under NCrunch

    Just getting back to work today, will try this out right now! thanks!

  4. Issue with TypeCatalog only under NCrunch

    Hey, I've come across some odd behavior where System.ComponentModel.Composition.Hosting.TypeCatalog instances initialized with generic type definitions lose track of their parts when running under NCrunch but not under the normal MSTest runner. Here's the whole test file, [code=csharp]using Sy…