Forum member
spolonski
53 posts
Posts by spolonski
-
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…
14 Jan 2025 14:03 UTC
-
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.…
06 Aug 2024 07:52 UTC
-
Implicit Project Dependencies
I have uploaded a demo under https://drive.google.com/file/d/1afVQkeuZ6uRU9I2h04zOLLR6HuHQ76Sg/view?usp=drive_link
31 Jul 2024 07:31 UTC
-
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…
31 Jul 2024 07:10 UTC
-
Implicit Project Dependencies
Sure. Here is it. [code=xml]<ProjectConfiguration> <Settings> <ImplicitProjectDependencyPathsRelativeToSolutionDirectory> <Value>MyIdClient\MyIdClient.csproj</Value> </ImplicitProjectDependencyPathsRelativeToSolutionDirectory> </Settings> </ProjectConfiguration> [/code] …
29 Jul 2024 13:31 UTC
-
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…
29 Jul 2024 12:37 UTC
-
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…
14 Mar 2024 11:53 UTC
-
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 :(
05 Apr 2023 06:36 UTC
-
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…
05 Apr 2023 06:30 UTC
-
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…
04 Apr 2023 09:36 UTC
-
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 …
10 Jan 2023 12:18 UTC
-
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
06 Dec 2021 07:49 UTC
-
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 …
03 Dec 2021 09:04 UTC
-
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…
02 Dec 2021 13:18 UTC
-
Load Failure
Yes, It is set in config.xml [code=xml] <GlobalConfiguration> <Settings> <BuildProcessArchitecture>x64</BuildProcessArchitecture> <EngineHostingStrategy>x86SatelliteProcess</EngineHostingStrategy> <FastLaneThreads>0</FastLaneThreads> <GridServerReferencesForComputer> [...]…
02 Dec 2021 10:11 UTC
-
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…
02 Dec 2021 07:47 UTC
-
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…
01 Dec 2020 15:36 UTC
-
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.
20 Jan 2020 06:30 UTC
-
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…
07 Jan 2020 06:38 UTC
-
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…
14 Nov 2019 08:24 UTC