Forum member

luiz4our

6 posts

Posts by luiz4our

  1. The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue

    Thank you for your reply.

  2. The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue

    Thank you for answer. However, I am not familiar with C# projects and NCrunch options. #if NCrunch .... attribute declarations / Assembly.cs #endif ▲ I'm not sure where to implement this method. Can you help me?

  3. The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue

    In Unity 2018 version, I used it according to the method in this repository. https://github.com/networm/NCrunchAdapterForUnity Following this method, ncrunch worked normally with unity. The ncrunch version at this time was 4.16. But Unity was upgraded to version 2019 and does not work this way,…

  4. The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue

    I don't know why, but errors are starting to appear, This error appears... An error occurred while analyzing this project after it was built: System.BadImageFormatException: Unable to load file or assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one …

  5. The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue

    The most recent version is 5.5. I'm trying to use ncrunch in Unity3D. In version 4.16, an error log appeared, but from 5.5 onwards, the error log does not appear and it stops like that. Is there a way to check the error log? The NCrunch engine process was unexpectedly terminated. Re-enable the …

  6. NCrunch is unable to safely execute tests in this assembly because it contains unstable test generat

    NCrunch is unable to safely execute tests in this assembly because it contains unstable test generation. A previous discovery run over this assembly returned 518 test cases, but when preparing NUnit to execute tests, there are now 0 test cases. Usually this is caused by generating tests using Test…