Forum member

TURNSKIN

20 posts

Posts by TURNSKIN

  1. NCrunch has encountered an internal error: System.Exception: System.IO.PathTooLongException

    I tried to move workspace closer to root, but still nCrunch console fail with similar error [i]could not be processed because it exceeded the maximum allowed length of 259 characters.[/i]: [SPOILER] λ nCrunch MyApplication.MyConsolidation.sln -NCrunchCacheStoragePath c:\_n\_s NCrunch Console To…

  2. NCrunch has encountered an internal error: System.Exception: System.IO.PathTooLongException

    After installing Visual Studio 2026 Insiders (or maybe it was before, not sure) I have started to get these errors: [SPOILER] [PID:40992 16:49:22.3305 Core-5] Console tool is using engine mode: [Undetermined] [PID:40992 16:49:22.3305 Core-5] Beginning end-to-end run of solution using tools fro…

  3. RDI overlay is misplaced

    Also, RDI controls are clickable when the mouse cursor is clicked a few centimetres below: [img=https://gcdnb.pbrd.co/images/JKFFLbLtd1do.png]controls[/img]

  4. RDI overlay is misplaced

    Hi, When I open RDI Overlay, it is often not aligned with the code. I use double 4k displays with 3840x2160 resolution and a 150% scale. After changing the scale to 100% and restarting Rider, the RDI overlay appears to work as expected. [img=https://gcdnb.pbrd.co/images/3558M9scKIJe.png]Misplace…

  5. Risk/Progress Bar for Rider

    Hi, I am missing the Risk/Progress Bar in Rider. [img=https://www.ncrunch.net/Documentation/20-Concepts/ProgressBar.png]Risk/Progress Bar[/img] I can see this Tests Window Progress Bar by hovering on the button right corner icon. [img=https://blog.ncrunch.net/image.axd?picture=2019%2f5%2fCo…

  6. jetbrains rider plugin?

    Dotnet build support. Jetbrains Rider support coming soon! https://blog.ncrunch.net/post/Dotnet-build-support-Jetbrains-Rider-support-coming-soon!.aspx

  7. nCrunch and PostSharp

    [code=bash]gacutil -i nCrunch.TestRuntime.DotNetCore.dll gacutil /l nCrunch.TestRuntime.DotNetCore[/code] [quote]C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2022>gacutil /l nCrunch.TestRuntime.DotNetCore Microsoft (R) .NE…

  8. nCrunch and PostSharp

    Hi, I am getting this error: [quote]Services.csproj (0, 0): The custom attribute 'Infrastructure.PostSharp.CheckUserPrivilegeAspectAttribute' constructor threw the exception FileNotFoundException: Could not load file or assembly 'nCrunch.TestRuntime.DotNetCore, Version=0.0.0.0, Culture=neutral, Pu…

  9. IpcConnectionClosedException: The connection has been closed

    After intalling 4.2.0.4 build started to fail again with message: [quote]..\..\..\Program Files\dotnet\sdk\3.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (263, 5): The FrameworkReference 'Microsoft.AspNetCore.App' was not recognized ..\..\..\Program F…

  10. IpcConnectionClosedException: The connection has been closed

    By mistake I intalled NCrunch_[color=indigo]Console[/color]_4.2.0.3.msi instead of NCrunch_[color=blue]VS2019[/color]_4.2.0.3.msi I have installed NCrunch_VS2019_4.2.0.3.msi and it works as expected, projects with [quote]<RuntimeIdentifier>win10-x64</RuntimeIdentifier>[/quote] are build as expec…

  11. IpcConnectionClosedException: The connection has been closed

    When I migrated my production solution to dotnet core 3.1 I get this error: [code=plain] System.Exception: An exception was thrown in the remote environment: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> nCrunch.Common.UserException…

  12. IpcConnectionClosedException: The connection has been closed

    Hi, thank you for update. I am still getting error in my production solution. output: [SPOILER] [09:48:10.4878-LocalAnalysisTask-46] Launching task: Analysing Migration.IntegrationTests [09:48:10.5228-LocalAnalysisTask-46] Process could not be found in pool with signature matching: [ProcessS…

  13. IpcConnectionClosedException: The connection has been closed

    Hi, After migrating from dotnet core 2.2 to 3.0 our team started to get this error: [quote]An error occurred while analysing this project after it was built: NCrunch encountered an unexpected error occurred while building an environment to analyse an assembly: nCrunch.TaskRunner.Ipc.IpcConnectio…

  14. Risk bar and time remaining

    Hi, I am using nCrunch for 4 years, but only today I spotted `time remaining` Is it possible to make this information visible not only mouseover? [url=https://i.imgur.com/J6QBkC1.png][img]http://i.imgur.com/J6QBkC1l.jpg[/img][/url]

  15. Seperate parameterized tests

    THanks for your reply. Option could be to make console log windows more advanced and group output there.

  16. Seperate parameterized tests

    Hi I'm using AutoData to parameterize my XUnit test, e.g. [code=csharp] [Theory] [DefaultAutoData(-4, "0")] [DefaultAutoData(0, "0")] [DefaultAutoData(1862, "5+")] [DefaultAutoData(5000, "5+")] public async Task ExportsEndOfLifeColumn( d…

  17. Rerun flaky test

    Thanks for your reply. UserVoice created https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/16188934-rerun-flaky-test

  18. Rerun flaky test

    Hi, I'm using NCrunch for more than 2 years. IMHO it's must-have extension. When I come to new company that do not use NCrunch I need to fix/stabilize some test to run with NCruch engine. But still I stay with few flaky test. I need to rerun them few times to filter trully failing test. It w…

  19. Easy way to copy an additional file to the _ncrunchreferences folder?

    Hi, Here is code to copy file from bin to _ncrunchreferences. I had problems running [url=https://www.nuget.org/packages/EvoPDF/]EVO HTML to PDF Converter for .NET[/url] with error: [quote]System.Exception: Could not start conversion. WinApi error code 2. Check 'evointernal.dat' file has execute…

  20. NUnit 3 and OneTimeSetUpAttribute

    Hi, I'm using NCrunch 2.16.0.13 with NUnit.3.0.0-beta-4 We introduced [url=https://github.com/nunit/nunit/wiki/Parallelizable-Attribute][b]Parallelizable[/b][/url] attritube with [url=https://github.com/nunit/nunit/wiki/OneTimeSetUp-Attribute][b]OneTimeSetUp[/b][/url] NCrunch runs all new test as…