Forum member
fsdMatthias
4 posts
Posts by fsdMatthias
-
OutOfMemoryException on Compile
Thanks, this seams to work.
04 Sep 2019 06:03 UTC
-
OutOfMemoryException on Compile
When NCrunch compiles our test project, I get these OutOfMemoryException. Unfortunately the exception occurs not every time, approximately 4 out of 5 times. The Microsoft compiler works without problems and compiles the project every time. If you need any more information please let me know. NCru…
02 Sep 2019 13:46 UTC
-
Bug: DataTestMethod with DynamicData shows wrong result
I checked with the new version and it works now as expected. Thanks
13 Nov 2018 08:03 UTC
-
Bug: DataTestMethod with DynamicData shows wrong result
The following Test shows the status "Passed" even if it should fail. [code=csharp] public static IEnumerable<object[]> testInput => new[] { new object[] { new[] { 1 } }, new object[] { new[] { 1, 2 } }, }; [DataTestMethod] …
12 Nov 2018 12:36 UTC