Forum member

yanglee

89 posts

Posts by yanglee

  1. Toast: This product is licensed to My Name

    Yes, that should only be displayed once (when I enter my SN).

  2. Appearance of Corner Indicator

    [quote=Remco;2657]I just thought I'd add that you can actually customise the colours used to make up the corner spinner inside your NCrunch global configuration. If you set many of the colours to be similar to eachother, you'll reduce the visible complexity of the indicator and create a result that…

  3. Appearance of Corner Indicator

    The Corner Indicator is a very helpful feature. But when NCrunch working with other development tools like Resharper and .NET Demon (all are important and popular tools), the UI becomes inconsistent. See the image below: [img]http://dl.dropbox.com/u/46508238/forum.ncrunch.net/indicator.png[/img] …

  4. Using NCrunch with JustMock

    Understood. Thanks for your detailed reply. This issue doesn't affect me much as I have used JustMock trial version only a few hours :) Cheers, Yang

  5. Using NCrunch with JustMock

    I followed your instruction, now I can see 1~4 instances of nCrunch.JustMockProxyProcess.exe in Windows Task Manager when running JustMock tests with NCrunch. But I still get the same exception as above. I tried to restart Visual Studio, but same issue.

  6. Using NCrunch with JustMock

    Hi Remco, Yes, I have added reference from test project to Telerik.JustMock.dll. And also enabled JustMock in Visual Studio via menu > Telerik > JustMock > Enable JustMock. See the following example. NCrunch throws exception at line 20, while Resharper works just fine. [img]http://dl.dropbo…

  7. Using NCrunch with JustMock

    Just installed JustMock trial and have experienced the same issue as Thorsten (Resharper works just fine with JustMock). I'm using the latest versions of JustMock and NCrunch: * JustMock Q2 2012 (2012.1.608.2) * NCrunch 1.40b * Visual Studio 2010 with SP1 I didn't found 'nCrunch.JustMockPro…

  8. Does not work with Fody

    Ah, I just realized I have misread Remco's post. Thanks Simon, I followed the instruction and the problem is solved. Cheers, Yang

  9. Does not work with Fody

    [quote=Remco;2239]If copying the all nuget files to your workspace is an issue, probably the best thing you can do would be to individually specify the Fody dependencies using wildcards, one on each line. For example: packages\PropertyChanging.Fody.1.12.0.0\**.* packages\SomethingElse.Fody.1.12…