Forum member
ewinhong
14 posts
Posts by ewinhong
-
System.IO.PathTooLongException
[quote=Remco;16012]Hi, This can happen if you have a solution with very long paths in it. Try setting your [url=https://www.ncrunch.net/documentation/reference_global-configuration_workspace-base-path]workspace base path[/url] to be closer to the root of your disk.[/quote] that worked from …
23 Feb 2022 01:51 UTC
-
System.IO.PathTooLongException
Ncrunch console tool throws exception being too long [PID:37976 14:55:48.9414 LocalBuildTask-43] ERROR (Internal): System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be le…
22 Feb 2022 20:08 UTC
-
dotnet 5 tests and error messge
Downloading 4.11 made it worked. I am slowly reducing my use of ncrunch due to the memory usage. Hope this doesnt break for dotnet 6 when it comes out and if creating a new dotnet 6 project.
22 Feb 2022 19:45 UTC
-
dotnet 5 tests and error messge
[quote=Remco;16008]Thanks for sending this through. It looks like your NCrunch is quite out of date. Could you please update to 4.11 and let me know if the problem persists?[/quote] I dont understand how updating from 4.9.0.8 to 4.11 changes anything considering my license # is last year. il…
22 Feb 2022 19:34 UTC
-
dotnet 5 tests and error messge
Just submitted bug
22 Feb 2022 04:14 UTC
-
dotnet 5 tests and error messge
Hello, I am not sure why I am getting this error: xunit SDK Resolver Failure: "The SDK resolver "NuGetSdkResolver" failed while attempting to resolve the SDK "Microsoft.NET.Sdk". Exception: "System.ArgumentNullException: Value cannot be null For both Console and within Visual Studio.
15 Feb 2022 20:33 UTC
-
AutoFixture Warning Incorrect
After performing numerous install and reinstall, I realized yesterday that I was on v 3.8.0.3 when I thought I was on 3.10.0.20. So I went through the same process I did last time. But when I thought I did the same process, ncrunch would not discover the tests. So this caused me to try ch…
01 Aug 2017 13:13 UTC
-
EngineHost question about releasing memory?
I am curious about ncrunch's enginehost. There are about 2700 tests in my project. After all my tests finished and completed, I was watching task manager where the memory usage was 1,365 mbs. I would hope that this memory would eventually be released since the task was done.
27 Jul 2017 14:53 UTC
-
AutoFixture Warning Incorrect
[quote=ewinhong;10842][quote=Remco;10838][quote=ewinhong;10835] I tried removing references and it appears that there is an underlying issue that another external library (specflow) does not work. I believe xunit.abstraction was the xunit library that was not the current version. [/quote] …
26 Jul 2017 16:56 UTC
-
AutoFixture Warning Incorrect
[quote=Remco;10838][quote=ewinhong;10835] I tried removing references and it appears that there is an underlying issue that another external library (specflow) does not work. I believe xunit.abstraction was the xunit library that was not the current version. [/quote] It's possible that the…
26 Jul 2017 01:48 UTC
-
AutoFixture Warning Incorrect
[quote=Remco;10828]Thanks for sending this through. As you've discovered, the key issue here is an exception being thrown when NCrunch tries to invoke Xunit to discover tests: System.InvalidCastException: Unable to cast object of type 'Xunit.Sdk.ReflectionAssemblyInfo' to type 'Xunit.Abstraction…
25 Jul 2017 14:57 UTC
-
AutoFixture Warning Incorrect
[quote=Remco;10809][quote=ewinhong;10806] xUnit v 2.2.0 Tests do work with Resharper (- BROKEN LINK -)Resharper[/url][/quote] If you look in the Processing Queue Window, do you see any 'Analyse Assembly' tasks in the list? Also, would you be able to submit an NCrunch bug report after NCru…
24 Jul 2017 13:54 UTC
-
AutoFixture Warning Incorrect
[quote=Remco;10803][quote=ewinhong;10802] This warning is actually not running any of my 2700+ tests. If ncrunch ran the tests, there would be no issue. [img=(- BROKEN LINK -)]autofixture warning but not running any tests[/img] I previously attempted to use 3.9.0.1 and it did not work at all. …
20 Jul 2017 14:26 UTC
-
AutoFixture Warning Incorrect
[quote=Remco;10798]Yes, it's true that AutoFixture won't cause problems if it isn't used for providing parameters to test cases or theories. I have a somewhat bias here in that many of the problems I chase are related to inconsistent test case parameters, so I assumed that this was the primary purp…
19 Jul 2017 21:19 UTC