Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Code Coverage Markers Misaligned

    Hi Steve, Can you identify any pattern around what causes it? Does it happen very often? If you're running the new build (v3.17), it would be really interesting if you could submit a bug report after it happens. The report might yield some clues as to what is going on. Note that the bug r…

  2. ASP.NET Core 2.1 integration tests

    Thanks :) We'll take a look and will let you know when we have more information.

  3. ASP.NET Core 2.1 integration tests

    Thanks for confirming this. We'll do some deeper looking into this after .NET Core 2.1 is released. At the moment I'm having trouble getting the sample solution to build in my environment. The current situation with pre-release dependency conflicts seems to create all kinds of challenges. Ba…

  4. ASP.NET Core 2.1 integration tests

    Hi, thanks for sharing this problem. Does enabling the 'Copy referenced assemblies to workspace' setting for the projects involved make any difference for you?

  5. Code Coverage Markers Misaligned

    Hi Steve, thanks for sharing this problem. NCrunch has had this problem come up a few times in its history. I had hoped that we'd seen the last of it, but I guess that's not the case! Is this a problem that you're seeing often or can reproduce at will? The first thing we need to do is figu…

  6. No coverage markers for VS->Window->New Window (in secondary file window)

    Thanks for sharing this problem. This isn't by design, but it is a known problem. Basically, we'd need to do a whole heap of closer integration with the VS UI to be able to fix it. The major drawback of this is that when a new version of VS is released, there's a very high chance that NCrunch …

  7. Best way to publish Coverage results with Jenkins CI

    Hi Jens, Unfortunately, for this to work, we'd first need to find a way to extract the results from the engine by method/class rather than by source file. This is where the hard part is :) Once we have that in place, I don't expect it will be difficult to support a range of different coverage f…

  8. Best way to publish Coverage results with Jenkins CI

    Hi Jens, Thanks for posting! Right now, all we have is the contents of the console tool's results directory. The coverage export file in this directory likely won't be compatible with any of the other tools that you use. The reason for this is because NCrunch's coverage data is flatly stored…

  9. Build failure: System.ArgumentNullException

    Do you experience this problem when changing your Framework Utilisation Type for MSTest to 'DynamicAnalysis'?

  10. SecurityException thrown when NCrunch tries to runs a ASP.NET Core 2.0 integration test

    This message is a blanket error that appears when the task runner process suddenly terminates without providing any information to the engine. There are several things that can often cause this: - OutOfMemoryExceptions - StackOverflowExceptions (usually in referenced code, as your own code is s…

  11. Unable to build orleans projects

    Hi, thanks for sharing this issue. Have you tried running NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url]? This looks to me like there is a build step in here that probably expects the output assemblies to be collocated. Turn on…

  12. Server License under Linux

    [quote=mayqueen;12205] Ok, so it is not possible with .NET Core, but what about mono? As far as I understand, it allows to run MVC ASP.NET applications on Linux and it doesnt require application re-writing.[/quote] Sorry, if my understanding is correct, this would mean that the license server s…

  13. NCrunch Menu Still In VS2017 After Uninstall

    [quote=cbondeson;12207]I double checked and yes the folder does not exist. I am using the professional version of VS and it does that "/setup" is not a valid command for devenv.exe.[/quote] The /setup switch is used to reset VS's extension cache and is used by most installers targeting all tiers …

  14. SecurityException thrown when NCrunch tries to runs a ASP.NET Core 2.0 integration test

    Hi, thanks for sharing this issue. Something in your environment is clashing with NCrunch's file access monitoring. You can turn off this feature by setting the [url=http://www.ncrunch.net/documentation/reference_project-configuration_track-file-dependencies]Track file dependencies[/url] setti…

  15. Server License under Linux

    Hi, The NCrunch License Server was built in v4.0 of the .NET Framework. It is an MVC ASP.NET application designed to run on an IIS Server. To my knowledge, there is no way that it can run on .NET Core. Sorry, but I don't think there is any way to accomplish what you are trying to do.

  16. ncrunch cant build Xamarin.Forms 3.0

    I've taken a deeper look at this problem and confirmed that it is a compatibility issue between NCrunch and the Xamarin toolset. Although this is a netstandard project, adding the reference to Xamarin.Forms includes a range of Xamarin build targets including additional compilers and complex steps…

  17. NCrunch Menu Still In VS2017 After Uninstall

    Hi, thanks for sharing this problem. I offer my apologies for this as I realise how frustrating uninstall problems can be. Try the following: 1. Close all instances of Visual Studio 2. Browse to the NCrunch installation directory (for VS2017, this is usually C:\Program Files (x86)\Microsoft …

  18. Microsoft.AspNet.TestHost performance issues

    [quote=Pauls;12195] Many thanks for the quick reply and no problem for moving the post. I have experimented with that setting but ultimately it is off for all projects, the warning is stating that the copy referenced assemblies is being enabled implicitly for that project. Obviously it is not one o…

  19. Microsoft.AspNet.TestHost performance issues

    Hi Paul, Thanks for posting! I apologise for moving your message into its own thread, as the previous one was becoming a catch-all for all problems related to Microsoft.AspNet.TestHost and most of the information in that thread is badly out of date. .NET Core and NCrunch's integration with it h…

  20. Can i use NCrunch for CodeCoverage in VSTS?

    [quote=BerndU;12191] This is mainly what is needed - if there would be a VSTS dashboard plugin to show the coverage over time - would be great ;-)[/quote] Great to hear :) There is no plugin for VSTS at the moment. You are [url=https://ncrunch.uservoice.com]welcome to request one if you like[/…