Forum member
Fresa
16 posts
Posts by Fresa
-
NCrunch was unable to restore Nuget packages required to build a test environment for this project
You were right, it seems to be a coincidence, I can't reproduce that error anymore. Sorry for hijacking this thread :)
20 Jan 2026 17:08 UTC
-
NCrunch was unable to restore Nuget packages required to build a test environment for this project
The referenced issue in dotnet/sdk (and dotnet/roslyn) describes the current behavior of the compiler using private dependencies in analyzers. The only difference between the two solutions in the example repo is the lack of the required transient dependencies defined in: https://github.com/Fre…
20 Jan 2026 16:37 UTC
-
NCrunch was unable to restore Nuget packages required to build a test environment for this project
Here's an example repo: https://github.com/Fresa/NCrunch.SourceGenerator.TransientDependenciesExamples NCrunch 5.20.0.2 for JetBrains Rider JetBrains Rider 2025.3.1 (Build #RD-253.29346.144, built on December 18, 2025)
19 Jan 2026 18:32 UTC
-
NCrunch was unable to restore Nuget packages required to build a test environment for this project
I'm pretty sure this happens when building source generators that are missing transient dependencies which Roslyn doesn't load automatically. The "worst" part is that NCrunch seems to solve this for Roslyn, creating false positives. This "error" is the only thing hinting that something is not ri…
18 Jan 2026 15:47 UTC
-
Rider: Any NCrunch ToolWindows in Windows Mode steals Focus
This problem still occurs in 5.16.0.2 (editor windows doesn't respond to input). It starts responding again if switching to another app and then back to Rider, but as soon as the NCrunch Tests window is touched it repeats. Seems to only occur with Window View Mode. JetBrains Rider 2025.1.3 Buil…
27 Jun 2025 11:32 UTC
-
NCrunch Tests-window issues in Rider
Thanks, I'll keep posting new findings in hope something comes to mind :) I tried turning surround off (still multi-display), the same problems still occur. Regarding window snapping, I realized I've been using "Float" as View Mode for the NCrunch Test window, when switching to "Window", snapp…
13 Jun 2025 12:17 UTC
-
Search in Trace Output
Would be great to have some simple search capability for the Trace Output window, that could highlight all matches and jump between them F3 style. When running integration tests the output can be quite verbose and I often find myself copy/paste the Trace Output content to a new IDE window to sea…
11 Jun 2025 15:12 UTC
-
NCrunch Tests-window issues in Rider
A variant of the above occurred today, where the scrollbar is there, it's just incorrectly offset (I guess the trace output window is). It's offset both vertically and horizontally, and resizing the NCrunch Test window also resizes the Trace Output window, but it's always out of boundaries with the …
11 Jun 2025 12:31 UTC
-
NCrunch Tests-window issues in Rider
Also when ever minimizing any of the NCrunch windows, it briefly moves to the upper left corner of the surround display (my left screen), only for a fraction of a second, but enough to notice, before it is gone.
09 Jun 2025 19:43 UTC
-
NCrunch Tests-window issues in Rider
Fullscreen window or not, it didn't change the behavior. Here's a screenshot, so you know I'm not making it up ;) [img]https://drive.google.com/file/d/1Dx5WEy6PvT9bp2Md3QeJp560woMQBO-j/view?usp=sharing[/img] Notice the missing vertical scrollbar (it's a screenshot of the whole NCrunch Tests wi…
09 Jun 2025 19:26 UTC
-
NCrunch Tests-window issues in Rider
It does not seem to affect any other windows. Resizing, closing and opening does not solve the problem, only restarting Rider. I installed 5.16.0.2 today, and the same issues occurred after having the screens turned off for a while, and then turning them on again. RDI overlay seems to never wo…
09 Jun 2025 17:30 UTC
-
NCrunch Tests-window issues in Rider
[quote]Are these issues related to the snapping of the window? I haven't seen them before and I'm wondering if you have a consistent way to reproduce them. There might be more I can do about them. [/quote] It seems to happen when ever I turn the displays on an off, I haven't observed any other…
06 Jun 2025 09:13 UTC
-
NCrunch Tests-window issues in Rider
The NCrunch test window breaks often in multiple ways in Rider. - It stops responding to Windows [url=https://support.microsoft.com/en-us/windows/snap-your-windows-885a9b1e-a983-a3b1-16cd-c531795e6241]"snap windows"-functionality[/url] - Trace Output vertical scrollbar vanishes - Trace output can…
05 Jun 2025 13:01 UTC
-
Antimalware Service Executable hogs CPU when running tests
I don't seem to be able to pin-point why, but everytime I run tests with NCrunch, Antimalware Service Executable starts hogging CPU (up 30-40%). It's the same behavior in both VS and Rider. I'm not sure if it can be compared with other test runners, considering how much parallelism NCrunch can utili…
16 May 2025 14:11 UTC
-
Exceptions from XUnit v3 IClassFixture are swallowed
Exceptions thrown when disposing a class fixture seems to be ignored by ncrunch: [code=csharp]using Xunit; namespace Example; public class Test : IClassFixture<Fixture> { [Fact] public void Test1() { } } public class Fixture : IAsyncLifetime { …
15 May 2025 11:07 UTC
-
Flame graph for visualizing hot spots
I don't know if it's possible, but it would be great to have a flame graph for hot spots! https://www.brendangregg.com/flamegraphs.html
22 Jun 2023 08:43 UTC