Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Reflection issue v3.22
Thanks! I'll take a look at get back to you as soon as I have more info (or a fix).
19 Dec 2018 11:30 UTC
-
"NCrunch Client Inactive" - cannot use grid nodes?
Thanks. Let me know if you find a way to reproduce it.
19 Dec 2018 11:29 UTC
-
NCrunch.exe "Code members in new coverage for test "
Could you try the build below and let me know if this solves the problem? Sorry, I had to change the grid protocol with this fix. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.23.0.9.msi]NCrunch_Console_3.23.0.9.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.n…
19 Dec 2018 02:43 UTC
-
NCrunch.exe "Code members in new coverage for test "
Sorry to hear this. I'll try to do some analysis to narrow this down a bit. I'll let you know about the diagnostic build.
18 Dec 2018 23:51 UTC
-
Could not locate the assembly "System.ValueTuple"
My apologies. I've been staring at value types so long that I was completely confused. Are you able to build a sample project that can produce this problem? I can't seem to get this to happen on my end with a standard project template. You can submit code via [url=https://www.ncrunch.net/suppo…
18 Dec 2018 23:46 UTC
-
Console tool, -GridServerReferencesForSolution results in InvalidCastException
I don't think we have a clean way to override those settings with nulls at this point in time. Probably if you set them to an empty string, it'll fail to parse or just assume the override is invalid. I'll make a note to see if we can do something about this.
18 Dec 2018 23:18 UTC
-
"Unable to write to file while transferring snapshot to node: some-nuget-package-dll"
This is an internal problem caused by a desynchronisation between the client and server. Is this something you're able to consistently reproduce? Does it seem to be specific to a particular client?
18 Dec 2018 23:14 UTC
-
"NCrunch Client Inactive" - cannot use grid nodes?
This message is shown when the NCrunch client inside VS is disabled. There's nothing in the system to stop you from using multiple grid-connected VS instances on the same machine. Has NCrunch completed its initialisation process for both of your open instances?
18 Dec 2018 23:10 UTC
-
NCrunch.exe reports test failure with "old" NUnit fixture "failures"
There's a fix coming for this in the next build. The change under the hood just forces the engine to set the AlignOutOfDateStatusWithImpactStatus setting to 'False' for all console runs, regardless of injected config settings. I can't think of any way this setting would be useful in the console ru…
18 Dec 2018 23:08 UTC
-
Could not locate the assembly "System.ValueTuple"
Hi, thanks for sharing this issue. NCrunch has no special logic targeting this Nuget package. There must be something else in your build system causing this. Do you have any binding redirections in place? Can you confirm which version of NCrunch you are using? Out of interest, how are you a…
18 Dec 2018 23:02 UTC
-
"Unable to write to file while transferring snapshot to node: some-nuget-package-dll"
Hi, this is the sort of error that could happen if the grid node and client are running on different versions. Can you confirm that all machines have been updated to the new version?
17 Dec 2018 22:55 UTC
-
Still Problems with Impacted Tests detection
Thanks! I've reproduced this as described. It looks like the issue is with property-based attributes; they aren't being included in the IL comparison. NCrunch does include the attributes applied to methods (i.e. the get/set methods), but not the properties themselves. It looks like this will r…
14 Dec 2018 23:35 UTC
-
Code Coverage Markers Misaligned
I just wanted to confirm that I've now managed to reproduce this problem, and a fix for it will be shipping with the next release of NCrunch. The problem was exactly as you suggested: It's a race condition caused by CodeLens. The reconstruction of the view by CodeLens causes the view to change …
13 Dec 2018 01:53 UTC
-
Still Problems with Impacted Tests detection
Did the detector fail to notice a non-attribute change during your stream? Sorry I tried to check through the links you gave me but I wasn't able to notice it .. sometimes it isn't very obvious (I guess this is part of the problem). NCrunch's behaviour around attributes is to consider them a par…
12 Dec 2018 23:33 UTC
-
Debugger visualizers not working anymore after update to 3.22.1
Unfortunately, there isn't really any way for me to analyse this issue without having a sample solution that can produce it. This is one of those areas where debugging over someone's shoulder can only yield very limited information, because the problem is actually manifesting in MS's debugger, whic…
12 Dec 2018 12:48 UTC
-
Still Problems with Impacted Tests detection
Hi Albert, I'm sorry to hear that NCrunch embarrassed you in this instance. NCrunch's impact detection is based on IL-based comparisons with covered source lines. This system can work very well for some scenarios but does not work at all for reflection based situations, such as when you have …
12 Dec 2018 12:41 UTC
-
"Unable to write to file while transferring snapshot to node: some-nuget-package-dll"
The paths of your local Nuget cache on your client machines will usually be under the user profile at C:\Users\USER\.nuget\packages, although this is also configurable. I would recommend clearing out this cache on all of your client machines and allowing Visual Studio to pull the packages down agai…
12 Dec 2018 06:45 UTC
-
NCrunch can't build my core2.2 solution
Hi, thanks for sharing this problem. This is an error being raised by MSBuild when NCrunch tries to load the project file. Something is not right with the project.assets.json file inside the project's directory. Try deleting ALL the 'bin' and 'obj' directories for ALL your solutions while you h…
11 Dec 2018 23:21 UTC
-
Debugger visualizers not working anymore after update to 3.22.1
There is a known problem in the current NCrunch build where the 'Break into test at this line' feature isn't always mapping its target line correctly for files that have just been edited. This will be fixed in the next version and it isn't related to the debug issues. The problem as you've descr…
10 Dec 2018 22:50 UTC
-
Reflection issue v3.22
[quote=rodtan;12907]Yes, 'Copy referenced assemblies to workspace' is set to true for all projects.[/quote] Thanks for confirming this. Where we've experienced it before, this problem has been tied to the structure of the relevant .deps file inside your project's build output directory. Norm…
10 Dec 2018 22:45 UTC