Forum member
Dorus
9 posts
Posts by Dorus
-
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…
29 Jan 2025 14:22 UTC
-
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.
09 Aug 2024 03:30 UTC
-
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.…
08 Aug 2024 16:01 UTC
-
RDI overlay is misplaced
Yes it's fixed :D
02 Jul 2024 14:35 UTC
-
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?
24 Jun 2024 11:48 UTC
-
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…
06 Jun 2024 23:28 UTC
-
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…
06 Jun 2024 12:52 UTC
-
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.
12 Feb 2024 18:58 UTC
-
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…
25 Oct 2022 06:53 UTC