Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. 'System.Xaml.XamlObjectWriterException' When using Microsoft Workflow Foundation

    Hi, thanks for sharing this issue. Does turning on [url=https://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] for this solution make any difference here? I'm particularly interested in whether the 'Copy referenced assemblies to workspace' setting has any…

  2. System.InvalidProgramException on x64 Testproject

    Hi Dan, Thanks for sharing this problem. I think this issue is environment specific. The problem doesn't appear on my own machine. Has NCrunch ever worked in your environment? Are you running any third party tools that perform IL manipulation, such as JustMock or TypeMock?

  3. .NET Core 2.0 Support with re-located build folder

    Sorry, I was wrong. It's not related to .NET Core 2.1. This looks to be a continuation of the same problem. There is just too much implicit MSBuild behaviour around the name of the project file itself for us to be able to handle this use case. The abstractions in place just don't give us enough …

  4. .NET Core 2.0 Support with re-located build folder

    Thanks for sending through the bug report and the link to the sample project. I've immediately managed to reproduce the issue over here and I'm looking into the problem. I think this may be related to the move to .NET Core 2.1 rather than your build customisations. I'll let you know when I have m…

  5. NCrunch using incorrect dependency version

    Hi Ben, Thanks for sharing this issue. Does adding a reference to this Nuget package directly from your test project resolve the issue?

  6. .NET Core 2.0 Support with re-located build folder

    Hi Rob, I'm glad you picked up on this one :) This change was triggered by your support request. I've created a short evaluation license and placed this [url=https://www.ncrunch.net/user/mylicenses]on your account on this website[/url], if you'd like to give the new build a try.

  7. PostSharp causes build error

    I recommend having a read up on how NCrunch uses its workspaces and how to best control them: [url=https://www.ncrunch.net/documentation/concepts_workspaces]Workspaces[/url] [url=https://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies]Implicit file depende…

  8. PostSharp causes build error

    Hi, thanks for sharing this issue. Does adding your entire packages directory to your 'Additional files to include' setting make any difference here? From what I can establish by googling around, it seems that this build target is trying to find the DLL using a relative file path, which suggests…

  9. IpcConnectionClosedException after upgrade to .netcore 2.1

    I'm glad you managed to get this working. The 'Sdk' declared in the project element is an indicator to the build system of which set of build targets should be used when building the project. Changing it to a 'web' project will use the set of web targets instead of the standard ones, which somehow…

  10. NCrunch incorrectly reporting tests as having the same name

    Hi Bart, Thanks for sharing this issue. I've reproduced it as described. We're talking about this internally and will get back to you soon.

  11. IpcConnectionClosedException after upgrade to .netcore 2.1

    Thanks for sharing these error details. I haven't seen this one before. Are you making use of this package yourself? Does adding it as a Nuget dependency to your test project make any difference?

  12. NCrunch exception when building .net core xunit project

    Thanks for confirming that v3.18 works better in this area. There was a significant change introduced in v3.18 to try and address the platform dependency issues caused by NCrunch's own assemblies targeting earlier versions of .NET Core. I would hope that this change would render your primary issue…

  13. IpcConnectionClosedException after upgrade to .netcore 2.1

    Hi, thanks for posting! This is probably a dependency issue. Sometimes if the required nuget packages aren't installed on your system, NCrunch can fail to start the .NET Core process for hosting your test environment. You might be able to find some more error information in the logs if you turn…

  14. TeamCity distributed NCrunch is very slow

    Hi, thanks for posting! [quote] As you can see ASKVISION has just started building when all the other Grid Nodes already has completed all tasks. Why is ASKVISION not stopped when everything else is completed? And why does each Grid Node build everything and not only the parts dependend from the…

  15. Code coverage issue for XUnit

    Hi, thanks for sharing these details. This is behaviour as designed, because the code inside the GoodLocationsKeyValueData method isn't actually part of any test. Mechanically, this code is being treated as an extension of the test framework itself. It's meta code used to 'discover' the tests. …

  16. TeamCity distributed NCrunch is very slow

    [quote=Kirlu;12486]We added the following parameter to our configuration fixing the error: [quote]<AllowParallelTestExecution>True</AllowParallelTestExecution>[/quote][/quote] That would be the one! I'm glad you managed to find this!

  17. Console tool, determine on which grid node a test failed on?

    The [url=https://www.ncrunch.net/download]just released v3.18[/url] will now report the grid node used to execute the task to Team City.

  18. Console tool, "ERROR:" not reported back to TeamCity?

    The [url=https://www.ncrunch.net/download]just released v3.18[/url] includes a fix for this. Errors should now be reported to Team City.

  19. Console tool, -GridServerReferencesForSolution results in InvalidCastException

    To follow up with this, it's now possible in the [url=https://www.ncrunch.net/download]just released v3.18[/url] to provide both the CustomEnvironmentVariables and GridServerReferencesForSolution settings via the command line.

  20. TeamCity distributed NCrunch is very slow

    To follow up with this issue, we've introduced a major new feature in the [url=https://www.ncrunch.net/download]just released v3.18[/url] that creates a detailed timeline report of tasks executed by the console tool. This should be an effective tool for troubleshooting CI performance issues.