Forum member

Andrii Litvinov

8 posts

Posts by Andrii Litvinov

  1. 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…

  2. 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! …

  3. 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…

  4. 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

  5. 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…

  6. 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 …

  7. 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…

  8. 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…