Forum member
leadensky
10 posts
Posts by leadensky
-
3.10.0.20 nCrunch.TaskRunner40.x64.exe flagged as virus in AVG
Done. I'll post back if I hear anything from AVG.
15 Aug 2017 20:42 UTC
-
3.10.0.20 nCrunch.TaskRunner40.x64.exe flagged as virus in AVG
Hmm, similar problem with AVG has cropped up again. This time it's flagging nCrunch.BuildHost462.x86.exe but in the AppData\Local... folder (see screen shot). [img=https://www.screencast.com/t/c5T6BgVnQP]AVG threat detection[/img]. This folder location keeps changing (with each build, I guess?). I h…
15 Aug 2017 13:34 UTC
-
3.10.0.20 nCrunch.TaskRunner40.x64.exe flagged as virus in AVG
I have submitted it to AVG. I was able to get it working by restoring the file from AVG's virus vault, then adding an exception in AVG for that specific file. Ben
25 Jul 2017 15:52 UTC
-
3.10.0.20 nCrunch.TaskRunner40.x64.exe flagged as virus in AVG
Just installed v3.10.0.20, and AVG anti-virus flagged the file in subject as containing virus IDP.Generic.d39beba0a618.3.2. Here's a screenshot of the message AVG displayed. [img=https://www.screencast.com/t/P4n6u9FCt]AVG threat removed[/img] Ben
20 Jul 2017 20:56 UTC
-
NCrunch is not seeing some tests
Updated to NCrunch 2.24 and NUnit 3.4.1, all tests detected. Thank you very much!
20 Jul 2016 13:27 UTC
-
NCrunch is not seeing some tests
Sorry I was unable to supply a sample project in time, but I've been following the discussion all weekend. It sounds like you guys have figured out the source of the problem, and I can confirm that I do have tests inheriting from a base class in another assembly.
18 Jul 2016 13:28 UTC
-
NCrunch is not seeing some tests
Success! I rolled NUnit back from 3.4.1 to 3.0.1, and suddenly all my tests are showing up and behaving (running) normally. I had one other piece of information from another test runner that supported your finding in the bug report: [img=http://screencast.com/t/uDsyB3Bvt]NUnit problem[/img] So…
14 Jul 2016 14:24 UTC
-
NCrunch is not seeing some tests
jschreuder: I don't think I use async void for any of my tests. Remco: SimpleSUTBase is a generic base class for many of my tests, which previously were working. The class is pretty simple: [code=csharp]public abstract class SimpleSUTBase<T> { protected T _sut; [SetUp] …
14 Jul 2016 13:25 UTC
-
NCrunch is not seeing some tests
The tests don't even show up in the Tests window to run. The strange thing is that it's hit and miss. Some tests in the same project show up, but not all. Here's a VS test project: [url]http://screencast.com/t/v9fLREcM[/url] and what is available in NCrunch Tests window: [url]http://screenca…
13 Jul 2016 14:46 UTC
-
NCrunch is not seeing some tests
NCrunch doesn't seem to be showing/running all my tests. I recently updated my test projects to NUnit 3.4.1, but I'm not sure if this just started or was present prior to updating NUnit. The strange thing is that some tests within the same project do show up and run, but other tests do not.
12 Jul 2016 21:21 UTC