Forum member

b33rdy

20 posts

Posts by b33rdy

  1. Finding Memory Usage Per-Test

    Unfortunately there are a number of xunit-based tests, so doing the SetupFixture equiv involves a bit of work. I don't think NCrunch is the right tool for this job entirely, it was just a hope really to help track something down! Cheers!

  2. Finding Memory Usage Per-Test

    Is there a way of displaying the amount of memory used per-test within NCrunch? We have an odd CI issue where some tests are using so much memory it's crashing the process, and we're trying to track it down. I was hoping to be able to show the rough memory usage per-test when running in NCrunch? …

  3. VS 2022 Preview 5 error - SDK Resolver Failure NugetSdkResolver

    Confirmed the same issue on VS 2022 RC too. Remco, thanks for the quick response!

  4. Directory.Build.props and ReferenceProject entries

    Ahh, well. Thanks for checking! It's a shame, because it's a pattern that works really well on large projects (made up of many solutions, using the Directory.Build.props via a git submodule).

  5. Directory.Build.props and ReferenceProject entries

    Hi, It seems as though NCrunch is losing referenced project references when they come from a Directory.Build.props file, rather than a .csproj file directly. I've stripped a sample project back to about as bare-bones as possible to show what I'm trying to do... source is here: https://githu…

  6. Failed to Load Any Projects in NCrunch

    I've seen it in another solution actually, one where there's a complex series of Directory.Build.props + Directory.Build.targets referencing all kinds of things, so I chalked it up to that at the time. It's was a net50 project too - series of library, exes and web apps. This doesn't have any of t…

  7. Failed to Load Any Projects in NCrunch

    I don’t really know. Feels like an open ended experiment. The project types are either exe or library. Is there some logging I can crank up?

  8. Failed to Load Any Projects in NCrunch

    I've loaded a new solution I'm involved in, and went to enable NCrunch, but it's failing to load any of the projects. They're all netcoreapp3.1, only really have inter-project references (i.e. they're not jumping about the file-system doing anything strange). The only oddity I can see is that the…

  9. Understanding Engine Ignored Tests (by Category)

    Thanks for the feedback. So to clarify, the test count will always remain unchanged given the currently configuration. What would be your recommended means of effectively having these 'test profiles' available? The problem I'm trying to solve is this: [list] [*]Have the ability to chose r…

  10. Understanding Engine Ignored Tests (by Category)

    [i]This maybe a misunderstanding in how NCrunch either works or displays it's test counts...[/i] I've got a series of categories on some XUnit tests (via traits) at the assembly level. [list] [*]Unit [*]Integration [*]Environment (these rely on having things like the CosmosDb and Azure Storag…

  11. Run issue with async method

    That worked flawlessly. Thank-you! [quote=Remco;12318]Thanks for sharing this problem. Your sample solution was a huge help in quickly identifying the issue. This has been caused by a small change in the way that the .NET Core compiler handles async methods. Would you be interested in t…

  12. Run issue with async method

    Our team has exactly this (most recent) issue - `Expected a return type of 'System.Threading.Tasks.Task' on an async method` using the latest NCrunch, VS 2017 and .NET Core 2.1. These tests were running without issue previously. The most basic test that's failing has no initialization and fail…

  13. Visual Studio 2017 Preview 15.3

    [quote=Remco;10776]It'll be here soon. Keep an eye out over the coming week.[/quote] Excellent, thanks Remco.

  14. Visual Studio 2017 Preview 15.3

    [quote=Remco;10624]Hi, thanks for sharing this issue. At the moment, NCrunch does not support the preview builds of VS2017. Unfortunately the recent pace of updates from MS have far outpaced my ability to offer support for them. I'm still cleaning up from the VS 2017 RTM that was released back …

  15. NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file

    Excellent, thanks Remco! I can confirm this build fixes the issue. [quote=Remco;10443]Ok, here is a build with the fix! This build introduces a change to the grid protocol, so if you're running any grid nodes, you'll need to update them. [url=http://downloads.ncrunch.net/NCrunch_Console_…

  16. NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file

    No worries, thanks for the info. I can let my team know too.

  17. NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file

    Is there any news on this?

  18. Multiple markers when renaming class with ReSharper

    I get this too, no R#, just standard VS rename refactor.

  19. NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file

    Excellent, thanks Remco.

  20. NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file

    If NCrunch is enabled and you edit a .csproj file for a .NET Core project and save it, VS crashes. If NCrunch is disabled, this doesn't happen. Verions affected: > NCrunch > v3.7.0.7 > Visual Studio 2017 > v15.1 > v15.2 Those are the only versions I've tested. Exception …