Forum member
nko12
6 posts
Posts by nko12
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
Sorry for a late reply, putting out other fires with this project, now back to testing. You're right; my assembly doesn't have this reference, but one of the other assemblies (assembly C) does. Assembly C contains code to help test usage of its library like code in assembly B within my own produc…
14 May 2020 21:31 UTC
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
Right clicking "Go to Definition" of one of the [TestMethodAttribute] tags on one of the tests that are stuck shows the attribute is in "Microsoft.VisualStudio.TestTools.UnitTesting", which is in the assembly "Microsoft.VisualStudio.TestPlatform.TestFramework.dll". This assembly is explicitly refere…
21 Apr 2020 00:48 UTC
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
It doesn't look like it's directly referenced in the project file. Actually, I don't think that assembly should be being referenced at all; it sounds like [url=https://stackoverflow.com/questions/42621439/difference-between-microsoft-visualstudio-testplatform-testframework-and-microsohttp://]it's ol…
20 Apr 2020 21:57 UTC
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
Okay, I uploaded a bug report with the title "NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project". For additional context, I deleted all NCrunch related files in the project (so that it shows the setup dialog for the project), disabled parallelized test running and made…
16 Apr 2020 00:45 UTC
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
Unfortunately no, there are too many internal dependencies the code relies on; you wouldn't be able to compile it. Is there a way to upload the log output? There's way too much of it to post directly as a reply.
14 Apr 2020 02:02 UTC
-
NCrunch Stuck/Hangs With 'Running (First time run)' For Most Tests In Project
Setup: - Windows 10 v1909 - VS 2017 + VS 2019 (version makes no difference) - NCrunch 4.3.0.13 (reproduced in all versions I've tried, 3.29 (something like that) and up) - MSTest v14 - TestFramework + TestFramework.Extensions v14 I have a test assembly that is using NSubstitute and FluentAss…
14 Apr 2020 00:35 UTC