Forum member

spolonski

53 posts

Posts by spolonski

  1. NullReferenceException at nCrunch.Common.IO.DiskPath.DoRebase

    Hi Remco, I am using NCrunch in a new solution (.NET 4.8, SDK projects). Unfortunately, I am encountering an exception. See below. Do you have any idea what might be causing this? NCrunch version is 5.11.0.1 NCrunch: If you are experiencing problems in getting this project to build, have a lo…

  2. Implicit Project Dependencies

    Thanks. Test discovery works as expected, but I have the next problem with a test case. I can't run an exe from a "ImplcitlyReferencedAssemlyLocation". I am getting an exception: [code=csharp] C:\Users\spolonski\AppData\Local\NCrunch\3268\5\XXXIdClient\bin\x86\Debug\net8.0-windows\XXXIdClient.…

  3. Implicit Project Dependencies

    I have uploaded a demo under https://drive.google.com/file/d/1afVQkeuZ6uRU9I2h04zOLLR6HuHQ76Sg/view?usp=drive_link

  4. Implicit Project Dependencies

    I was trying to submit a demo today, but I got an error every time after I clicked on the submit button. I am not sure if a file was sent or not. The behavior in a small demo is slightly different. I don't get an exception during the NCrunch build anymore, but the test case is not discovered anym…

  5. Implicit Project Dependencies

    Sure. Here is it. [code=xml]<ProjectConfiguration> <Settings> <ImplicitProjectDependencyPathsRelativeToSolutionDirectory> <Value>MyIdClient\MyIdClient.csproj</Value> </ImplicitProjectDependencyPathsRelativeToSolutionDirectory> </Settings> </ProjectConfiguration> [/code] …

  6. Implicit Project Dependencies

    Hi Remco, If I set in the Ncrunch settings that the project should use Implicit Project Dependencies, an error occurs during the build. [code=csharp] System.InvalidCastException: Unable to cast object of type 'nCrunch.Client.Settings.ImplicitProjectDependencies' to type 'nCrunch.Client.Settin…

  7. Rider: Ncrunch configuration -> Additional files to include

    Hello Remco! First and foremost, I want to thank you for the new release. It’s fantastic that you’ve added Rider support. And the RDI feature is really cool too. I’m not sure if you’re aware of this, so I’m informing you that in the reader, if you open the NCrunch configuration, select the “Ad…

  8. System.OutOfMemoryException in churn mode

    [quote=Remco;16580]My guess here would be that accumulated memory in the process is pushing it past the x86 2GB memory limit.[/quote] Actually memory limit in x86 for .Net is about 600MB- 700MB :(

  9. System.OutOfMemoryException in churn mode

    [quote=Remco;16580]Hi, thanks for sharing this issue. Do you still experience this problem when running the test with the 'Test Process Memory Limit' NCrunch config setting set to something sensible? My guess here would be that accumulated memory in the process is pushing it past the x86 2GB mem…

  10. System.OutOfMemoryException in churn mode

    Hi Remco, An System.OutOfMemoryException exception occurs while executing the following test in churn mode from VS: Ncrunch Version: 4.15.0.4 Build process CPU architecture: x64 Use CPU architecture: AutoDetect Engine hosting strategy: x64SatelliteProcess Solution Configuration: Release S…

  11. Load Failure

    Hallo Remco, Weird problem happened again today. Something with a message "Test not run". Because of weirdness my first test was to clear the directory C:\Users\f-tfsbuild\AppData\Local\NCrunch\BuildSystem. After that, the error disappeared. I just wanted to let you know that the fix doesn't …

  12. Load Failure

    [quote=Remco;15857]Could you try the build below and let me know if it solves the problem for you?[/quote]Sorry, i can't reproduce it anymore. I have not saved files from the directory C:\Users\f-tfsbuild\AppData\Local\NCrunch\BuildSystem

  13. Load Failure

    [quote=Remco;15854]Thanks for confirming this. I'm wondering if you can check the following for me: - Is there any difference if you specify the version of Visual Studio to be used by the console tool through the /VS parameter?[/quote]No. [quote=Remco;15854]- Which versions of Visual Studio or …

  14. Load Failure

    [quote=Remco;15850]The logs indicated that this setting is overridden for a number of the projects in your solution. I've identified an issue that can cause erroneous behaviour when the setting has different values between projects. Does removing the setting value at project level for all your…

  15. Load Failure

    Yes, It is set in config.xml [code=xml] <GlobalConfiguration> <Settings> <BuildProcessArchitecture>x64</BuildProcessArchitecture> <EngineHostingStrategy>x86SatelliteProcess</EngineHostingStrategy> <FastLaneThreads>0</FastLaneThreads> <GridServerReferencesForComputer> [...]…

  16. Load Failure

    Hi Remco, I found some new Informations about this Problem The error does not occur every time, often everything works as it should. I was able to make 2 detailed logs: one with error and one without. I found that, on run with the error, logs with a message "Added binding redirect for: Micro…

  17. Load Failure

    On our BuildServer we are getting a following error: [code=csharp]Result:Load Failure System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> nCrunch.Common.UserException: E…

  18. Ncrunch Console + Grid Server: Sometimes Load Failure

    After changing the Build process CPU architecture setting to x64 and adding /VS 2019 to the command line parameters it works stable.

  19. Ncrunch Console + Grid Server: Sometimes Load Failure

    Hi Remco, This misfortune still haunts us. During this time, we updated the framework to 4.8 and the NCruch to 4.2. Error Message looks now like: [code] System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown…

  20. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    I have issues too. Value evaluation dosn't work in Optimised mode. [quote=Remco;14062]Hi, thanks for sharing this issue. Can you confirm if your code is using portable PDBs or Win32 ones? Do you notice any difference if you switch between these? Note that you can control this under your adva…