Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
No NCrunch log output?
Hi, thanks for sharing this issue. From the screenshot you sent through (thanks for that btw!) it looks like this is just a configuration setting - the Log To Output Window setting needs to be set to 'True' to show the logs in VS.
29 Apr 2018 00:51 UTC
-
Failing on test discovery if using IXunitSerializable in xUnit tests
Hi Dmytro, Thanks for sharing this issue. Unfortunately, serialization of custom data using IXunitSerializable is not a use case we can support under NCrunch. It may be possible for you to work around this problem by using [Serializable] instead, though as you've described, this will likely…
29 Apr 2018 00:45 UTC
-
Test fails in Nunit 3.10 but not 3.9
This appears to be an intentional change in behaviour introduced in NUnit v3.10 - [url=https://github.com/nunit/nunit/issues/2758]https://github.com/nunit/nunit/issues/2758[/url]. Charlie's comments make sense. Trying to catch (and therefore 'ignore') the result of an assertion doesn't seem to m…
25 Apr 2018 23:57 UTC
-
NCrunch seems to select the wrong target framework
Thanks, that's very useful :)
21 Apr 2018 23:33 UTC
-
Typo "Click here to hide this warnin"
Thanks, sometimes it's the small things! We'll take a look and get back to you.
21 Apr 2018 23:11 UTC
-
NCrunch seems to select the wrong target framework
Thanks, this looks like more magic to me. netcoreapp1.1 is magically tied to netstandard1.6, while netcoreapp2.0 is magically tied to netstandard2.0. I wonder about the others. Looks like we'll need to build a whole table to figure this out.
21 Apr 2018 23:07 UTC
-
Customize location of NCrunchTemp_* files instead of project directory
Hi Nayan, Thanks for posting. Unfortunately, this is the one file that we cannot ever move. The NCrunchTemp files are used by NCrunch during the loading of projects. This involves loading the project XML into MSBuild, and executing build targets within the standard MS platform (and 3rd par…
21 Apr 2018 03:19 UTC
-
NCrunch seems to select the wrong target framework
Thanks! :)
21 Apr 2018 00:45 UTC
-
MsTest v2 DataRowAttribute: null is ignored if last of two parameter
Sorry about this, we have a fix for this coming in the release due this weekend. If you haven't already, I strongly recommend making sure you have your 'Framework utilisation type for MSTest' set to 'DynamicAnalysis'.
20 Apr 2018 23:50 UTC
-
Some windows open up zoomed and completely misplaced
What about security software? Virus scanners? Anything that might try to involve itself in devenv.exe?
20 Apr 2018 23:50 UTC
-
Some windows open up zoomed and completely misplaced
We've had a go at trying to reproduce this ourselves, running through multi-monitor and DPI scaling, different machines .. even different O/Ss. We can't seem to get it to happen. I wonder if there is something strange happening for you at platform level. Do you have any other 3rd party VS packa…
20 Apr 2018 10:42 UTC
-
Some windows open up zoomed and completely misplaced
Hi, thanks for sharing this problem. That is definitely not right. The coordinates are not working correctly. Is this something you can reproduce? Are you able to find a critical variable to make it happen? For example, does it seem to be multi-monitor dependent?
20 Apr 2018 08:41 UTC
-
NCrunch seems to select the wrong target framework
Thanks for sharing this problem. The sample solution was really useful in figuring this out quickly. When a multi-targeted project is referenced by other projects of different target platforms, the nature of this reference becomes ambiguous. For example, it could be considered perfectly valid f…
20 Apr 2018 01:42 UTC
-
Ignore projects on NCrunch config settings
Hi, thanks for posting. You can probably achieve this using the 'Capabilities' feature. It's originally intended for distributed processing, but I guess it could be used to stop your local machine from building projects too. Under the projects that you want to 'switch off', add a 'Required Ca…
20 Apr 2018 00:43 UTC
-
www.ncrunch.net password reset feature is broken
[quote=throwaway;12054] I used the form. I'm waiting for a response. [/quote] Thanks. I received your request and sent you an email in reply approximately 12 hours ago. If you haven't received the reply, that would confirm that something is blocking all email from the ncrunch mail server i…
18 Apr 2018 11:20 UTC
-
www.ncrunch.net password reset feature is broken
Hi, I apologise for the frustration here. One of the problems with password reset emails is that they need to go through the email system. Since the reset emails are sent out of the blue without any reply chain, they very often show up as false positives for spam and get caught in spam filters.…
17 Apr 2018 12:18 UTC
-
Test Coverage Differernces
Hi, thanks for posting. There are differences in how VS and NCrunch capture and process coverage information. NCrunch has a lower resolution in that it captures coverage line-by-line rather than statement-by-statement. This is done for performance and complexity reasons. However, I don't thi…
16 Apr 2018 23:08 UTC
-
.NET Core support for NCrunch (first public build)
Hi, This issue has been resolved a long time ago. It's been nearly a year since NCrunch v3.8, and .NET Core has moved considerably since this release. At the time of NCrunch v3.8, .NET Core 2.0 didn't exist yet. I strongly recommend upgrading your NCrunch.
14 Apr 2018 23:26 UTC
-
NCruch running Specflow Test and getting "No Matching step definition"
Thanks for the extra info. Does setting the engine in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] make any difference?
13 Apr 2018 05:54 UTC
-
NCruch running Specflow Test and getting "No Matching step definition"
Hi, thanks for sharing this problem. When you say missing step definitions, do you mean that you're not seeing NCrunch coverage markers on SpecFlow code where you're expecting them? Or are you experiencing build issues when using NCrunch? (i.e. the definition code isn't being generated).
13 Apr 2018 02:17 UTC