Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Can not build project when it uses a specflow plugin to generate NCrunch test attributes

    [quote=marhoily;7672]Is there any working solution for the including NCrunch attributes into the SpecFlow tests?[/quote] Unfortunately there's nothing in NCrunch that's capable of handling this. NCrunch only sees the results of the specflow generation, which are interpreted through the test fram…

  2. Test-Names (and so the tests) of xBehave not displayed in NCrunch Tests Windows

    [quote=Der-Albert.com;7668]So, what about displaying the test cases and Outcome in a visually appealing way afterwards in den results pane? Just like Visual Studio.[/quote] As in .. breaking up the Tests Window output pane to section the results for each step? I think at the moment the Tests …

  3. NCrunch test pass, but some green dots and some red dots

    I think there is more going on here than is immediately obvious. Do you have any kind of sequence dependent or multi-threaded behaviour in the code being executed here? Unless the code is running some kind of crazy reflection that changes its behaviour with the existence of a modeling project, I c…

  4. NCrunch test pass, but some green dots and some red dots

    Hi, thanks for sharing this issue. Am I correct in my understanding that the existence of the modeling project is causing a false pass of this test? Is there any code from this test (or the code it calls into) that is in any way dependent on the output of the modeling project? What is the n…

  5. Automatically Include Referenced NuGet Packages

    Hi, I'm looking at ways of doing this. See [url=http://forum.ncrunch.net/yaf_postst1636_Metadata-file--Microsoft-Codeanalysis-Analyzers-dll--could-not-be-found.aspx]here[/url] for more details.

  6. Test-Names (and so the tests) of xBehave not displayed in NCrunch Tests Windows

    Hi Albert, Unfortunately, for NCrunch to meaningfully discover and report these steps is currently impossible. NCrunch separates its test discovery and execution into two distinct steps. A test can only be created during test discovery, and can only be executed during its execution step. Thi…

  7. Better Workaround for FsCheck Integration

    Hi, It's possible that someone may have found a way, but to my knowledge at the moment there is no other way. The reason for this is because of the way the compiler binds dependencies into assemblies. For NCrunch to detect the presence of a test framework, an assembly/project must reference kno…

  8. Winforms not closing after a test is completed

    Hi, thanks for sharing this issue. I find it a little disturbing that disposing of a form isn't closing it in the Windows 10 UI. I hope that we haven't discovered yet another Windows 10 UI bug ... NCrunch has no real awareness of UI, it just relies on your own code to do its thing. I have a …

  9. slow typing in VS2015

    I wonder if this issue may be caused by overconsumption of the CPU cores NCrunch has assigned to Visual Studio. To prevent obstruction of VS, NCrunch always splits your CPU cores between itself and VS. Behind the scenes it assigns 'affinity' for the VS foreground thread to execute only on a spec…

  10. Problem with "Additional files to include"

    Great, thanks! This one had me quite confused :)

  11. Problem with "Additional files to include"

    Hi, thanks for sharing this issue. Can you give a bit more clarity on how you've included the file? Was this using a build item inside the project XML, or the 'Additional files to include' setting?

  12. Metadata file 'Microsoft.Codeanalysis.Analyzers.dll' could not be found

    [quote=Mangust;7646]Do you mean that the assemblies that are referenced by my projects are fine, but those assemblies that fail are referenced indirectly via the ones that are included in my project? In this case isn't it possible to find all the indirectly referenced assemblies and copy them for n…

  13. Metadata file 'Microsoft.Codeanalysis.Analyzers.dll' could not be found

    Hi, This is a simple file resolution issue, as these analyzers are access indirectly and NCrunch cannot automatically resolve them. The solution is simply to include the analyzers using NCrunch's 'Additional files to include' setting. See [url=http://www.ncrunch.net/documentation/considerations…

  14. Unable to get Bond.Csharp to compile via NCrunch 2.16.0.13

    I recommend taking a look at the workspace NCrunch has built for this project, and trying to get the build to work yourself using a command-line call to MSBuild, using the files in this workspace. You can freely modify the files in the workspace to troubleshoot as necessary. Resetting the NCrunc…

  15. Unable to get Bond.Csharp to compile via NCrunch 2.16.0.13

    Hi Jason, Thanks for sharing this issue. Now that you've included the package in the NCrunch workspace, the next thing I would try is placing NCrunch in compatibility mode - [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]http://www.ncrunch.net/documentation/troubl…

  16. Linked files used as embedded resources in RESX cause built to fail

    Hi, At the moment NCrunch doesn't parse .resx files to identify their dependencies. This means that if a resx file references a file that isn't declared in your project file, NCrunch won't know about it. There's two ways you can solve this: 1. Include the branchinfo.txt file inside your pr…

  17. NCrunch 2.14 with Visual Studio 2015

    I thought I'd just draw attention to something in the release notes for NCrunch 2.15 - [url=http://www.ncrunch.net/download/showChangeLog?version=2.15]http://www.ncrunch.net/download/showChangeLog?version=2.15[/url]. Microsoft introduced quite a significant change in one of the later RCs of VS201…

  18. NCrunch 2.14 with Visual Studio 2015

    Hi, Thanks for sharing these issues. I'll need some more details from you to figure out why this is happening in your environment. - Do you have any tests visible in the Tests Window for your solution? - Do you experience these problems if you create a new blank solution with a dummy test pr…

  19. slow typing in VS2015

    Hi, A few more questions: - Under Windows Task manager, when the problem appears, do you see high CPU utilisation? How high and which CPUs? - Under Windows Task manager, when the problem appears, do you see an excessive disk queue (i.e. heavy I/O activity?) - What happens when you progressi…

  20. slow typing in VS2015

    Ok - I'll try and share some more details with you about what I think is happening, in the hope that some of my questions may make more sense to you. I think we need to check a few things further to narrow this down before there is any certainty on what is happening to your system. NCrunch itsel…