Forum member

CThule

3 posts

Posts by CThule

  1. NCrunch added extra bytes to file when moving

    I successfully reconstructed the case after your post. If I open the file in the IDE (VS), remove a sign, type it again, save, then the test fails. If I close the file again the test passes. Thank you for your solution and explanation

  2. NCrunch added extra bytes to file when moving

    Hi NCrunch. Yesterday I experienced a weird issue. When I used a local path (Resources\folder\data.txt) the file was 7583 bytes, whereas when I used the full path (C:\source\project\Resources\folder\data.txt) the file was 7580 bytes. I know NCrunch moves the files to some user\appdata\ location…

  3. Making NCrunch run unit test with [ignore] attribute

    Hi. I have a unit test that is marked with the [ignore] attribute, and therefore NCrunch does not run it. However, it would like to be able to run it manually. With Resharper it is possible to manually run the test eventhough the [ignore] attribute is added, by selecting the individual tes…