Forum member
Andrii Litvinov
8 posts
Posts by Andrii Litvinov
-
jetbrains rider plugin?
It is very sad you hear that there are no plans to integrate NCrunch with Rider. NCrunch is my favorite tool for unit-testing, but since the release of Rider I have completely switched to in for development tool because it's performance outweighed the experience of VS + NCrunch. It means that I will…
29 Sep 2017 06:49 UTC
-
CodeContract: Rewrite aborted due to metadata errors
Great, I have managed to solve all issues in my solution now. I never used Processing queue before and wan't aware that it's possible to view log there, very nice. I have enabled setting to copy dependencies to workplace for a few projects and it works like a charm now. Thank you, Remco! …
11 Jul 2014 14:12 UTC
-
CodeContract: Rewrite aborted due to metadata errors
Thanks a lot for your investigation! It did help. It has solved the issue for one of my projects. But two other projects still fail because of other issue of this kind. Is there any way I can check MSBuild output for NCrunch build myself so I can find cause of other issue? Otherwise I can t…
11 Jul 2014 12:30 UTC
-
CodeContract: Rewrite aborted due to metadata errors
Please find an example of project that consistently reproduces this error, hope it will help: http://1drv.ms/TWtRKu
11 Jul 2014 07:01 UTC
-
CodeContract: Rewrite aborted due to metadata errors
Hi Remco, thanks for reply. I have tried to use comments and set Instrument Output Assembly with no effect. Two of three projects that fail don't use CodeContract yet. And third fails in the part that don't use CodeContract either. The code in question is below. If pass null instead of emai…
11 Jul 2014 05:47 UTC
-
CodeContract: Rewrite aborted due to metadata errors
Hi Remco, I have set up Code contracts for projects in my solution and NCrunch fails to build some of them with error described in this topic: http://forum.ncrunch.net/yaf_postst487_ccrewrite--0--0--Rewrite-aborted-due-to-metadata-errors--Check-output-window.aspx I have tried to build project …
10 Jul 2014 14:38 UTC
-
ExclusivelyUses attribude doesn't work for me in v2
Hi Remco, After some investigation I've found the issue. I've made a big refactoring of my solution yesterday and have changed the namespace for ExclusivelyUsesAttribute. After I've changed it back to NCrunch.Framework it started to work fine again. I'll write a unit test to prevent this issue…
13 Dec 2013 07:22 UTC
-
ExclusivelyUses attribude doesn't work for me in v2
Hi, I applied ExclusivelyUses attribute implemented in my solution from example in documentation to my Integration tests that use DB. It was working fine with v1.48, but when I've updated to v2.1 it stopped working. If it makes any difference I apply this attribute to only to the base class of al…
12 Dec 2013 19:57 UTC