Forum member

Queck

6 posts

Posts by Queck

  1. NCrunch fails to build project / post build

    Hi Remco, I think the „right way“ to do this is found… I realized that obviously a member of my team has already solved a similar issue. Applying his solution also solved my problem. Here is our currently working solution, please let me know if it meets the best practice approach: In NC…

  2. NCrunch fails to build project / post build

    Hi, I am Using VS2017 and NCrunch 3.11.0.9 One of my test projects fails to build in NCrunch As a error message I get (in short); [i]....Microsoft.Common.CurrentVersion.targets (5020, 5): The command "CALL <myfirst.bat> ..... CALL "<my second.bat> exited with code 1.[/i] This is due to a …

  3. Unit testing Xamarin Portable Project

    Hi Remco, thanks for the feedback. The feature request you pointed out now has 3 Votes from me ;-) Regards Rainer

  4. Unit testing Xamarin Portable Project

    Hi Remco, thanks for the link. I at least was able to get my current tests running with NCrunch. NCrunch is still complaining that it can't build one Project. I placed the error message below. Regards Rainer NCrunch: If you are experiencing problems in getting this project to build, have …

  5. Unit testing Xamarin Portable Project

    Hi, I am starting a new cross platfom project using Xamarin.Forms. I am putting my shared code into a "Portable" Class library. I am using xUnit for unit testing. My first unit test - <class> can be created - works nice using ReSharper or MS-Test. As I try to run the tests with NCrunch I ge…

  6. NCrunch fails unit test where MSTest passes

    Hi, I am new to NCrunch and started to evaluate it today. I have a issue, that NCrunch can not run a unit test which on the other hand runns without problem when using MSTest. The code NCrunch is complaining about (reporting a ArgumentNullException: var usfFileName = Path.Combine(this.TestC…