Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. 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.

  2. 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…

  3. 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…

  4. NCrunch seems to select the wrong target framework

    Thanks, that's very useful :)

  5. Typo "Click here to hide this warnin"

    Thanks, sometimes it's the small things! We'll take a look and get back to you.

  6. 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.

  7. 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…

  8. NCrunch seems to select the wrong target framework

    Thanks! :)

  9. 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'.

  10. Some windows open up zoomed and completely misplaced

    What about security software? Virus scanners? Anything that might try to involve itself in devenv.exe?

  11. 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…

  12. 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?

  13. 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…

  14. 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…

  15. 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…

  16. 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. 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…

  18. .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.

  19. 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?

  20. 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).