Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch Test window jittering

    Thanks for sharing this. Just to confirm, do you get this consistently on every session?

  2. How about fixing the DPI issues?

    [quote=rlundy;17540]OK, to be fair, I was basing this on the license details window, which is still tiny on 200% DPI screens. It does look like NCrunch has improved in the main UI.[/quote] Thanks. We've confirmed this one isn't looking right, and also just found a few others. It seems that som…

  3. How about fixing the DPI issues?

    Hi, thanks for posting. Reading through your post, I can take a couple of things that I feel should be responded to separately here. The first issue as I understand it is that you are frustrated that there are DPI issues in NCrunch, which given the number of updates and the effort we've put …

  4. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    [quote=Dorus;17535]Aah that's indeed going to be hard for me too, and it seems to be difficult to reproduce in a fresh project. It's indeed related to more than just the offending class, even removing a few random lines of code make it go away.[/quote] Understood. You can probably work around it…

  5. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    Thanks for sharing this issue. This one has been around for a while. I really want to fix it. I'm fairly certain it's related to the structure of the assembly, perhaps something size related. To date, due to IP constraints, no one has been able to share an assembly with me that can reproduce t…

  6. NCrunch failing to build projects that are buildable in VS

    Thanks for sending through the bug report. Interestingly, MSBuild isn't resolving these files at all. When NCrunch loads the project, MSBuild reports all the source files, and it also reports UnityEngine.CoreModule.dll, but none of the other unity files. I wonder if it might be dropping the D…

  7. NCrunch failing to build projects that are buildable in VS

    Is there any change you could submit a bug report right after NCrunch has loaded the project? Somehow these dependencies are getting excluded .. the log in the report might reveal some more detail on this.

  8. NCrunch failing to build projects that are buildable in VS

    Hi, thanks for sharing this issue. I think the issue may be related to the build property being used to specify the reference's file path. If you replace this with the full path to the file, does the problem go away?

  9. Implicit Project Dependencies

    Yes, this is possible. But it can be somewhat painful to get set up with. The first complication is, as you've discovered, assemblies instrumented by NCrunch have a reference to nCrunch.TestRuntime. You'll need to copy this assembly programmatically into the same directory as the .EXE so that i…

  10. Implicit Project Dependencies

    Would you be interested in trying the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.10.0.2.msi]NCrunch_Console_5.10.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.10.0.2.zip]NCrunc…

  11. Implicit Project Dependencies

    I apologise for the time it's taken me to get back to you on this. I've reproduced the issue as you've described it and we're working to get a fixed build for you. Unfortunately in this case the problem needs to be fixed in NCrunch itself (there is no direct workaround), so a new build is necessar…

  12. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    [quote=mattyboy;17521]I'm still seeing the same issue. With NCrunch 5.9.0.1.[/quote] They changed it again. Please see here for the [url=https://forum.ncrunch.net/yaf_postst3480_Cannot-build-Azure-Function-having-reference-to-Microsoft-Azure-Functions-Worker-Sdk-1-17-3.aspx]latest fix build[/url…

  13. Implicit Project Dependencies

    Oddly this seems to be ok on my end. Is there any chance you can whittle this down to a sample solution you can share with me? You can submit small code samples in ZIP form [url=https://www.ncrunch.net/support/contact]through the NCrunch contact form[/url].

  14. Implicit Project Dependencies

    Thanks for sharing this issue. Could you copy/paste the .v3.ncrunchproject file containing this configuration? I can't seem to recreate this with a code sample when I build this setting in the UI.

  15. Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3

    [quote=arkiaconsulting;17511]Thanks @Remco. I just tested with the 5.10.0.1 with success. As I side note, I also tested this NCrunch version with the version 1.17.0 of the Microsoft.Azure.Functions.Worker.Sdk package, and I got the following build error: [quote] ..\..\..\..\program files\m…

  16. Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3

    Would you be interested in trying the build below, and letting me know if it solves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.10.0.1.msi]NCrunch_Console_5.10.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.10.0.1.…

  17. Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3

    Thanks for sending through the sample project. I've reproduced this problem in the way you've described it. The issue is caused by a nested build that happens inside the build of this project. Normally, we shut this off as it isn't required for NCrunch and just gives us trouble. Unfortunately,…

  18. Rider - build in progress - continuously

    Hi, thanks for sharing this issue. This sort of problem is usually caused by build loops. Something is constantly making changes to files in the source directory, which keeps triggering NCrunch. Sometimes this is actually triggered by NCrunch itself - if the source contains absolute file paths,…

  19. Cannot build Azure Function having reference to Microsoft.Azure.Functions.Worker.Sdk 1.17.3

    Thanks for sharing this. Do you have a sample project you can share with me that can produce this issue? You can submit this to me in ZIP form through the [url=https://www.ncrunch.net/support/contact]NCrunch support contact form[/url].

  20. InvalidCastException When Using [StructLayout] to Reinterpret Bytes

    Hi, thanks for sharing this issue. It looks like RDI doesn't like this. Having two fields sharing the same place in memory must be causing some crosswiring at IL level or in the evaluation stack. I seemed to have a different experience with this problem to you. Although I can reproduce it cons…