Forum member
warappa
5 posts
Posts by warappa
-
DispatcherScheduler.Current
For your information: 4.7.0.1 also fixes a debug bug, but with .NET Core 3.1: When I set a breakpoint, debugged a test and hit the breakpoint (which worked), trying to resume (i.e. hitting F5) triggered the "Sourcecode changed - edit or stop" message (paraphrased). Restarting NCrunch/VS didn't …
04 Jan 2021 12:01 UTC
-
NCrunch 4 - Optimized mode - Debugging tests is mission impossible?
[quote=Remco;14128]The build below includes fixes for all known debug problems with NCrunch V4 under optimised mode. Can everyone with issues here please give this a try and let me know if all is well? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.2.0.2.msi]NCrunch_Consol…
27 Nov 2019 09:42 UTC
-
NCrunch 4 - Optimized mode - Debugging tests is mission impossible?
I have the same issue concerning debugging: in legacy mode debugging works, in optimized mode only half-way. Breakpoints are hit but if I try to step into an method, at first I get the "Source Not Available" window and then after another "Step Into" key hit it behaves just like "Step Over" instead …
14 Nov 2019 08:02 UTC
-
NCrunch locks DLLs
Hi, I'm developing NuGet packages and one issue with NCrunch is that it locks the DLLs. In my case I need to replace the DLLs in the NuGet cache folder (C:\Users\<username>\.nuget\packages\) for faster development and testing. When I need to test a new version [i]in another project[/i] which use…
27 Jun 2019 11:46 UTC
-
Debugger visualizers not working anymore after update to 3.22.1
Hi @Remco, in a solution containing only "netstandard2.0" and "netcoreapp2.0" projects, I can debug the tests with NCrunch, but locals are not recognized with CS0103 in watch window (locals work when debugging with Test Explorer). From what I read here it seems like it relates to the issue with the…
17 May 2019 06:08 UTC