Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. NCrunch console tool kills msbuild process

    In the NCrunchTask you can use the parameter ConfigFile to specify the path to the configuration file. In the config file the CPU cores options are ignored (as are a lot of other settings).

  2. NCrunch console tool kills msbuild process

    Hi thanks for posting! Does the console tool work when you execute it from the command line with the same parameters/account/machine as when you run it from tfs?

  3. v3.15.0.6 steals focus from VS 2017 Code Editor

    Hi thanks for posting! Can you describe what you are doing when visual studio loses focus?

  4. Coverage marker focus issue

    Again thanks for testing the release. The unfocused undocked hover issue is fixed in the upcoming release.

  5. Coverage marker focus issue

    Thanks for reporting this! I'm going to have a look at this.

  6. Coverage marker focus issue

    Good to hear and no problem! Glad I could help.

  7. Coverage marker focus issue

    Hi thanks for posting, Would you mind trying out the release below, it contains a fix for this issue: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.15.0.3.msi]NCrunch_Console_3.15.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.15.0.…

  8. NCrunch Console Tool does not see the same number of tests as VS2017

    Are you storing the NCrunch cache in a directory outside of the working directory in TC? For the impacted tests to work consistently that is required. (We will be adding message to the TC status if that isn't configured properly) I expect that the impact tests will display a different number of t…

  9. NCrunch Console Tool does not see the same number of tests as VS2017

    Thanks for the responses :) The cache file will help in how the tests are executed. Currently the console tool like its UI counterpart optimizes for fast feedback and executes the tests according to that order. This might cause tests in a fixture to be split up across multiple batches/nodes. This…

  10. NCrunch Console Tool does not see the same number of tests as VS2017

    We will look into adding the test count to the html report, that will probably not make the coming release. Same goes for the test naming (TC bases it's test count of of the number of tests we report). Thanks for the extra extra info. Do you expect there to be 9108 tests? Is this what the ncrunch…

  11. NCrunch Console Tool does not see the same number of tests as VS2017

    Ah yes you are right, that isn't on the report. So you can see the results with that report exactly as how the NCrunch UI would report it, just not the test count. When comparing the results have you been able to isolate what causes the test count to be off? If so we can take that into account w…

  12. NCrunch Console Tool does not see the same number of tests as VS2017

    Thanks, Is this with version 3.14 of the console tool? We are still looking into to optimizing the test reporting in TC, there are some outstanding issues with that. The naming of tests in the test frameworks and NCrunch is bit more flexible than TC can handle. That is on our radar. In the mean t…

  13. NCrunch Console Tool does not see the same number of tests as VS2017

    Hi thanks for posting! Are you using the console tool from within TeamCity? Are you exporting using the /o NCrunchResults option? There can be discrepancies in the number of tests reported when the runner splits fixtures up for efficiency. Michael

  14. NCrunch gone missing from VS 2017

    Sorry that didn't work. Would you mind checking that there is a "Remco Software" directory under your Visual Studio installation directory (C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions\Remco Software)? Do you perhaps have the Visual Studio preview insta…

  15. Support projects that use the PathMap compiler switch to opt-in to deterministic builds

    Thanks again for reporting this. Would you mind trying the build below to verify that it fixes the issue? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.15.0.3.msi]NCrunch_Console_3.15.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.15.0…

  16. Support projects that use the PathMap compiler switch to opt-in to deterministic builds

    Hi, thanks for reporting this! I've had a look at this and I can reproduce the issue. I'll look into this.

  17. Installing NCrunch 3.13 for VS2017 throws error on startup

    Hi thanks for posting! I was just typing a reply and that was crossed with your new post :) Glad to hear that it works under the preview at least. Sometimes there are issues with side-by-side installations. Would you mind trying to install the product manually as mentioned [url=http://www.ncru…

  18. Include as link not copied to NCrunch output?

    Thanks for getting back so quickly! I've tried adding a dotnet core class library. [code] <ItemGroup> <None Include="..\CommonFiles\LinkedTextFile.txt" Link="LinkedTextFile.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> [/code…

  19. Include as link not copied to NCrunch output?

    Hi, I've had a look at reproducing this issue. I've created a new ClassLibrary and created a Linked item which shows up in the the project file like this: [code] <ItemGroup> <None Include="..\CommonFiles\LinkedTextFile.txt"> <Link>LinkedTextFile.txt</Link> <CopyToOutputDirec…

  20. NCrunch failing to build .net core projects

    Thanks for trying it out and confirming that it works!