Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Best way to publish Coverage results with Jenkins CI

    [quote=jonas;12609]@Remco is this something you are actively looking into adding? It would be very useful to have code coverage in another format. [/quote] Hi. Perhaps we might be able to implement this in the long term, but being totally honest with you, I don't see this appearing in the next 6…

  2. Test failing on v3.18.0.2 but was not failing in v.3.17.0.2

    Hi, thanks for sharing this issue. I can't think of anything in the v3.18 release that would have affected this kind of functionality. Are you sure this wasn't introduced due to another change in your toolset? (i.e. a VS upgrade). Does setting NCrunch in [url=https://www.ncrunch.net/documenta…

  3. NUnit "System.InvalidOperationException: The context has already been initialized"

    Here's some interesting reading that might give some ideas on [url=https://stackoverflow.com/questions/35983016/nunit-3-forbid-tests-to-run-in-parallel]how to suppress Parallel behaviour[/url] if it's somehow turning itself on. Are you making use of any tests that are marked with async? Someth…

  4. T4 Template generation fails in 3.18

    [quote=smitchamb;12600]I still need the copy assemblies flag to run the ncrunch build.[/quote] Sorry to hear :( I guess I'll need a sample project before I can get to this bottom of this one.

  5. NCrunch Gid Node Configuration Utility should be signed

    [quote=Der-Albert.com;12598]Still not signed ;)[/quote] It's on our list! We'll get to it :) The last month has been a bit hectic with all the things that VS15.8 broke..

  6. Won't work with Only Visual Studio Build Tools installed on Grid Node

    Hi, Thanks for sharing this issue. I'm fairly certain this used to work, though it was conditional on the build tools representing themselves as a type of VS installation. It's quite possible that something has changed in the way they install themselves that's now broken this. We'll take a l…

  7. ValueTask confuses NSubstitute

    Thanks for sharing this with the repo. It looks like NCrunch hasn't been considering implicit Nuget package includes inside its runtime resolution logic (this seems to be a new thing as of VS2017.15.8). Would you like to try the build below to see if this solves the problem for you? [url=http…

  8. T4 Template generation fails in 3.18

    Another user has reported an issue that seems very similar and is probably the same thing. I'm wondering if you'd like to try the build below to see if this solves the problem for you. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.3.msi]NCrunch_Console_3.19.0.3.msi[/…

  9. NUnit "System.InvalidOperationException: The context has already been initialized"

    Hi, thanks for sharing this problem. This is a new one for me, but I would guess here that this problem is multi-thread related. Are you making use of NUnit's ParallelizableAttribute? Make sure you search your code to be sure of this. It looks to me like NUnit is trying to run code in para…

  10. "This test was not executed during a planned execution run" error

    [quote=bartj;12586] Is it only important that the test case sources return the same number of tests between executions, or do the test names also need to be identical? How about the ordering of the results from the test case source? [/quote] The ordering of tests is the critical point here. If…

  11. T4 Template generation fails in 3.18

    [quote=smitchamb;12583]I'll see if I can cut down the project again leaving one of the test projects in place that is failing and post it.[/quote] Thanks :) Sorry, I hate asking people to do this. I had a go at arranging a few dependencies around the sample you gave me to try and produce the pr…

  12. .NET Core 2.0 Support with re-located build folder

    Thanks for confirming the problem is solved, and for updating your licenses :) I hope the new build works well for you. We'll ensure these changes are in the full 3.19 release.

  13. "This test was not executed during a planned execution run" error

    Hi Bart, Thanks for sharing this problem. I tried to communicate the details of this via email last week, but I'm not sure if you received it. I'll copy my analysis of the issue here: The problem is an NUnit ID desynchronization between the test discovery step and the execution step. Basica…

  14. T4 Template generation fails in 3.18

    Thanks for sharing these details. The v3.19 build above includes a change that turns off the redirection of assemblies to the VS directory during NCrunch's load of the project, since this was interfering with the identification of the 'true' assemblies being referenced. From our testing and on the…

  15. .NET Core 2.0 Support with re-located build folder

    I think I may have pulled a rabbit out of a hat here. Would you like to try the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.msi]NCrunch_Console_3.19.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncru…

  16. Error message: ERROR (Internal): System.Exception: Failed to extract test from its task

    The build below contains a fix for this issue if you're still seeing this happen: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.msi]NCrunch_Console_3.19.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.zip]NCrunch_Console_3…

  17. Getting Generics error on 3.18.0.2 that wasn't there in 3.17.x

    Would you like to try the build below to see if this resolves the problem for you? This build contains a targeted fix for this issue. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.msi]NCrunch_Console_3.19.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrun…

  18. NCrunch using incorrect dependency version

    Could you try the build below and let me know if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.msi]NCrunch_Console_3.19.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.19.0.2.zip]NCrunch_Console_3…

  19. NCrunch using incorrect dependency version

    We've been chasing this one all week (and weekend, sadly). It's tough. It's actually been around for a while too, since the first versions of .NET Core. The problem is being caused by package referencing overrides related to aspnetcore. When aspnetcore is referenced, certain packages (such as …

  20. Pdb loading fail using System.Reflection.Metadata

    Hi, thanks for posting! This is caused by NCrunch's current lack of support for portable PDBs. To compensate, the NCrunch build system automatically overrides your project settings so that the PDB generated for your project will always be a legacy Win32 PDB. This then allows NCrunch to properly…