Forum member

danhaywood

3 posts

Posts by danhaywood

  1. code markers not showing up in 1.39b

    OK, figured it out. I had forgotten the stupid: public TestContext TestContext { get; set; } that mstest needs. Adding it in and everything is now working. Dunno if that's a repeatable problem and/or worth documenting in your wiki. Thanks again for the quick turnaround. I know you…

  2. code markers not showing up in 1.39b

    Thanks for this... option (1) has yielded partial success. Well, I think it fully solved that issue, but another issue has arisen... for one of my test classes with multiple tests in it, only the first two tests show the code markers. The processing queue indicates all tests were run, however. …

  3. code markers not showing up in 1.39b

    Have been enjoying using NCrunch (only recently discovered it), in particular the code markers in the editor. I just upgraded to latest version (1.39b), however, and they have gone. Turning on logging in the console I saw: [09:10:41.9504-UI-1] VS reports Document window opened: C:\TestTem…