Forum member
b33rdy
20 posts
Posts by b33rdy
-
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!
02 Feb 2022 12:58 UTC
-
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? …
02 Feb 2022 11:33 UTC
-
VS 2022 Preview 5 error - SDK Resolver Failure NugetSdkResolver
Confirmed the same issue on VS 2022 RC too. Remco, thanks for the quick response!
13 Oct 2021 07:52 UTC
-
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).
07 Oct 2021 12:54 UTC
-
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…
07 Oct 2021 09:59 UTC
-
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…
01 Apr 2021 17:57 UTC
-
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?
31 Mar 2021 15:48 UTC
-
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…
31 Mar 2021 06:55 UTC
-
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…
31 Dec 2020 09:13 UTC
-
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…
31 Dec 2020 08:21 UTC
-
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…
13 Jun 2018 08:15 UTC
-
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…
12 Jun 2018 11:50 UTC
-
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.
17 Jul 2017 08:05 UTC
-
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 Jul 2017 19:09 UTC
-
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_…
22 May 2017 06:39 UTC
-
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.
21 May 2017 07:50 UTC
-
NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file
Is there any news on this?
20 May 2017 12:44 UTC
-
Multiple markers when renaming class with ReSharper
I get this too, no R#, just standard VS rename refactor.
19 May 2017 16:01 UTC
-
NCrunch 3.7 causes VS 2017 to crash if you edit a .NET Core csproj file
Excellent, thanks Remco.
15 May 2017 07:41 UTC
-
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 …
14 May 2017 08:42 UTC