Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Running Build and Post-Build Steps against the original solution [SOLVED]
Great to hear! Thanks for confirming! :)
10 Dec 2017 22:15 UTC
-
NCrunch hang with long running async test
Sorry, it looks like I was wrong. NCrunch is inferring timeouts using the framework attributes itself, so it won't matter what NUnit reports. This isn't an NUnit problem. The infrastructure here was built back in 2010, when NUnit didn't have an API and the whole integration was different. Yo…
08 Dec 2017 01:40 UTC
-
NCrunch hang with long running async test
[quote=jamezor;11618]But it appears the NUnit timeout at the assembly level is not being respected whereas at the individual test level it is.[/quote] I was, admittedly, concerned about this. NCrunch interprets the timeout values as fed to it by NUnit, which in turn parses the attributes itself.…
07 Dec 2017 21:59 UTC
-
ncrunch 3.12.0.15
Thanks for sharing these extra details. I've submitted both the VS2017 and VS2015 installers to MS as false positives. I'm not sure how soon they will respond on this, or if they will respond at all. I recommend making sure you have your Windows Defender definitions up-to-date. According to the …
07 Dec 2017 03:14 UTC
-
NCrunch 3.12.0.15 clients: flagged by Windows Defender as a trojan
Hi, Please see here - [url=http://forum.ncrunch.net/yaf_postst2323_ncrunch-3-12-0-15.aspx]http://forum.ncrunch.net/yaf_postst2323_ncrunch-3-12-0-15.aspx[/url]. It's interesting that Defender is reporting a completely different false positive in your case (different trojan).
07 Dec 2017 02:56 UTC
-
Subscribe to uservoice ideas without voting?
Ok, this has been turned on. Fingers crossed that we don't get any nasty side-affects.
05 Dec 2017 08:32 UTC
-
New seat in existing account
Hi, thanks for posting! If you purchase a new Company Seat License directly through the website (without requesting a quote), it will automatically be added to the account you're logged in with when you make the purchase. If you buy the license using a quote, you'll need to 'claim' it by using…
04 Dec 2017 22:01 UTC
-
NCrunch Licence for v2.27.0.3
Yes, all licenses are fully backwards compatible.
04 Dec 2017 10:58 UTC
-
NCrunch hang with long running async test
[quote=jamezor;11600] I've worked around this issue for now by specifying a NUnit Timeout attribute at the assembly level. Since the NUnit timeout seems reliable for async tests, would it be possible for NCrunch to use that mechanism instead of the thread abort one? [/quote] This is a very sens…
03 Dec 2017 22:44 UTC
-
Issue with building some projects from solution.
This code block should be at the top of your file: <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> <OutputPath>bin\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <Optimize>false</Optimize> <DebugType>full</DebugType> <DebugSymbol…
01 Dec 2017 11:29 UTC
-
Subscribe to uservoice ideas without voting?
Sorry, I don't know the answer to this question :( You could check to see if there's anything on the uservoice website about this?
01 Dec 2017 08:31 UTC
-
ncrunch 3.12.0.15
You have my assurance that NCrunch does not contain a virus. This is a false positive. If you like, you can check the results of online services that are able to push the file through a range of different scanners. Virus Total has quite a good one that allows you to scan a file without download…
01 Dec 2017 06:03 UTC
-
NCrunch hang with long running async test
Hi, thanks for sharing this problem. As you've deducted, this problem is being caused by NCrunch's timeout enforcement. As of now, NCrunch's enforcement under .NET Framework involves executing Thread.Abort on the thread responsible for executing the test. It looks like when NUnit runs an async …
01 Dec 2017 00:59 UTC
-
Visual Studio 2017 gives an error message "nCrunch package did not load correctly" at startup
Thanks for sharing this. [quote=dwallace;11588] 1. The NCrunch installer selects the preview version of VS to install the extension in. (Since running parallel production and preview versions of VS is supported by Microsoft, could the installer be given the intelligence to install for both? Or a…
30 Nov 2017 23:02 UTC
-
Ncrunch Console Tool Settings
Hi, Try this one: ncrunch.exe -ConsiderInconclusiveTestsAsPassing True The names of the configuration settings as used by the console tool's parameter line correspond with the names of their XML tags inside the NCrunch config files.
30 Nov 2017 22:59 UTC
-
Issue with building some projects from solution.
Hi, In this case, it looks like the declarations for your configuration and platform have been moved to the bottom of the file, so they are executing too late in MSBuild's evaluation order. Move the bottom-most PropertyGroup to the top of the file and the issue should be resolved.
30 Nov 2017 22:54 UTC
-
ncrunch 3.12.0.15
Hi, The onedrive links you've provided above don't seem to work for me (not sure why?). NCrunch has had problems with Windows Smartscreen in the past because of the reputation system used by Smartscreen. Basically, the logic used by the scanner is that if there is a downloadable that hasn't bee…
30 Nov 2017 08:09 UTC
-
Select current file in NCrunch metrics?
I guess this is the same sort of thing we have already in the Tests Window (i.e. pin test and show it), but it's for the Metrics Window instead :) There is nothing right now that can do this. Would you like to [url=https://ncrunch.uservoice.com]request it as a feature[/url]?
29 Nov 2017 22:20 UTC
-
Running Build and Post-Build Steps against the original solution [SOLVED]
[quote=Brondahl;11578] Or doing you mean that the references need to be defined on the csproj - as if it were referencing a library or directly calling another projects public classes? [/quote] If there's already a ProjectReference (MSBuild XML tag) pointing at the dependencies from the Tests p…
29 Nov 2017 12:20 UTC
-
Package error
[quote=kentcb;11575]I installed manually and it's working for now. Still, would be good to know why this was required.[/quote] As far as I know, it's a bug in VS. When NCrunch installs, it makes a change to the C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensio…
29 Nov 2017 04:12 UTC