Forum member

Dorus

9 posts

Posts by Dorus

  1. Gitignore .NCrunch_* vs _NCrunch_*

    By https://www.ncrunch.net/documentation/considerations-and-constraints_using-ncrunch-with-source-control the cache files should be in _NCrunch_SOLUTION\*.* However, on my system there is a folder .NCrunch_SOLUTION\StoredText that contains failed test result information. Is this an oversigh…

  2. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    Aah that's indeed going to be hard for me too, and it seems to be difficult to reproduce in a fresh project. It's indeed related to more than just the offending class, even removing a few random lines of code make it go away.

  3. NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bo

    I'm running into the following error: [quote] NCrunch has encountered an internal error: System.IndexOutOfRangeException: Index was outside the bounds of the array. at nCrunch.Compiler.Cil.Types.CilNestedClassTable..ctor(CilModule module, CilTableInfo tableInfo) at nCrunch.Compiler.Cil.…

  4. RDI overlay is misplaced

    Yes it's fixed :D

  5. RDI overlay is misplaced

    I noticed RDI popups are often also misplaced when the window they're from has any horizontal scroll. Have you tried this scenario?

  6. RDI performance tanking when project reaches certain size

    The most prominent line in the hotspot is one that does 'list.Find(x => x.prop1 == param1 && x.prop2 == param20)?.Amounth.AsOther()'. But this is hardly a surprise since the said line is hit thousands (13,8k) of time, and for many iterations the list contains 4k+ items. This line is high on then hot…

  7. RDI performance tanking when project reaches certain size

    I swear i was going crazy, tried to bisect changes i made where some test wend from seconds to minutes of runtime. After reversing changes, i noticed adding a single unused method `private void a() { }` suddenly made a specific test performance go down the drain. It goes from linear runtime to ex…

  8. Cannot download over http

    On the download page ( https://www.ncrunch.net/download/getMsi?version=4.19&vs=2022 ) there is a direct link "try this link instead." It downloads over http instead of https, something my browser (or some other security system?) refuses to do.

  9. 404 on recent posts

    On the blog https://blog.ncrunch.net/ If you look to the right, at RecentPosts, it has 2 links to [quote]MAUI And MSpec V1.1.0 Support And Faster Engine Start Times Comments: 0 Not rated yet MAUI And MSpec V1.1.0 Support + Faster Engine Start Times Comments: 0 Not rated yet[/quote] The…