Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0

    Hi, thanks for sharing this problem. Handling of .NET Core/Standard 2.0 is hit and miss at the moment. The reason for this is because every time NCrunch gets updated to handle this framework, MS push out a new release and it all gets broken again. Although .NET Core 2.0 is now announced as 'RTM…

  2. Detecting Impacted tests

    [quote=Grendil;10977]My team is trying to understand the difference between "run automatically" and "run when impacted"? I've found hints in the docs, but as yet nothing clearly definitive. When would NCrunch see fit to run a test "automatically" different than when it was "impacted"? We'd like t…

  3. Ncrunch Tool Issue with .net Core 2.0

    The NCrunch console tool doesn't differentiate between VS2017 and VS2017 preview - it considers VS2017 to be VS2017 and is probably just using the first version of VS2017 that it can locate. This might be the reason for the inconsistency. There is a way to override this. Prior to running the co…

  4. Issues building project, possibly related to SRP

    [quote=Axima;10973] This looks like the source of the problem. I can add a SRP path rule in for [b]C:\Users\{username}\AppData\Local\NCrunch\BuildSystem\*\VS2017\*.exe[/b], however is this what is normally recommended? Did something change between the VS 2013 and VS 2017 extensions that causes th…

  5. Grid Server keeps disconnecting

    Try the build below. This contains a change to the handling of buffering around big messages. I still haven't been able to reproduce the disconnection issue, but maybe this will help. [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.3.msi]http://downloads.ncrunch.net/NCrunch_Console_3.1…

  6. Console Tool TestFilter Issues

    [quote=chillitom;10968]I spoke too soon, this got the correct tests running when I run locally, but as soon as I run this on our CI build server the engine mode is completely ignored and it tries to run all tests. The log output suggests the right engine mode is being selected. Is there any way I …

  7. Grid Server keeps disconnecting

    I'm working on a theory at the moment that perhaps the size of the message is blowing the socket buffer. 3MB is unusually large for a build result message, probably this is quite a big project. Turning off instrumentation for this project might even work around the problem. There may be a code …

  8. Ncrunch Tool Issue with .net Core 2.0

    [quote=sunil;10963]Yes the solution builds fine jin VS using Ncrunch. Sorry for being ambiguous about this one.[/quote] No problem. Thanks for confirming. I agree this is possibly NCrunch not using the correct version of VS. The only reason I could think of why it might do this is if it …

  9. Grid Server keeps disconnecting

    [quote=MatthewSteeples;10961] Same problem on 3.11.0.2, although I've got a few more log messages and a potential query. You can see at 22:55:22.5025 that it tries sending a 3mb message, and then at 22:55:22.5055 (0.003 seconds later) it tries sending another message. Could it be that the socket is…

  10. C++/CLI project won't build under NCrunch

    Hi, thanks for posting. C++/CLI isn't supported by NCrunch. This project type has a different build system that NCrunch hasn't been specifically programmed to handle. Although many C++/CLI projects will likely build using NCrunch, it's unfortunately impossible to warrant that all of them wil…

  11. Ncrunch Tool Issue with .net Core 2.0

    [quote=sunil;10954]Yes the solution builds fine when I run inside of VS. But fails when I run it using the ncrunch tool.[/quote] But does the solution build when using NCrunch inside VS? If you have NCrunch installed in your VS system, and you enable it, do you see build errors in the NCrunch Te…

  12. Grid Server keeps disconnecting

    [quote=MatthewSteeples;10955]Is there anything we can do to send any more debug information through? This is becoming quite an issue for us now, and we're going to have to investigate rolling back if we can't get it resolved soon :([/quote] It may be worth giving the build below a try: [url=ht…

  13. Console Tool TestFilter Issues

    Hi, thanks for posting. Is it your intention to prevent the console tool from executing any tests that are in the specified categories across a grid? If so, try using the 'TestsToExecuteAutomatically' setting instead. 'TestFilter' only applies to the local machine, so if you're using grid nod…

  14. Installing NCrunch in VS 2017 Preview 3

    Hi, This is a limitation of the MSI installer. MSIs just don't work with multiple installations of VS. It's possible to get NCrunch installed on the second instance by [url=http://www.ncrunch.net/documentation/manual-installation-instructions]installing it manually[/url]. Eventually there wi…

  15. Ncrunch Tool Issue with .net Core 2.0

    [quote=sunil;10947]Yes. The solution works fine running in VS2017. Here are my VS2017 details Microsoft Visual Studio Professional 2017 Preview (2) Version 15.3.0 Preview 7.0 VisualStudio.15.Preview/15.3.0-pre.7.0+26730.0 Microsoft .NET Framework Version 4.6.01586 [/quote] Sorry, I need to…

  16. Build issue with Microsoft.DotNet.Props

    Hi, thanks for sharing this issue. Noticing your reference to .xproj, is this a legacy DNX project? If so, this won't be supported by NCrunch. See [url=http://www.ncrunch.net/support/frameworks]http://www.ncrunch.net/support/frameworks[/url].

  17. Console pauses indefinitely during run

    Hi, thanks for sharing this problem. It's possible to redirect the console app's logging by using the standard command-line I/O redirection, for example: ncrunch.exe mysolution.sln > c:\logs\logfile.txt It's possible to adjust the log verbosity on the tool to reduce the amount of data being…

  18. Ncrunch Tool Issue with .net Core 2.0

    Hi, Does this solution work using NCrunch on the same system through VS? (i.e. the VS extension)

  19. jetbrains rider plugin?

    [quote=GreenMoose;10936]Another aspect is Jetbrains' view of having another continuous testing tool in their IDE, competing with their own continuous testing feature with DotCover (not yet available in Rider though). You wouldn't want to invest huge amount of money/time just to see JetBrains closing…

  20. jetbrains rider plugin?

    [quote=olli17;10935]How deep does the integration with the IDE really need to be for NCrunch to work? I would be perfectly happy with standalone version of Ncrunch that works based on changed files and shows results in its own window. This way you would't need to rebuild the UI in a new language. …