Forum member

alberd_m

4 posts

Posts by alberd_m

  1. build failed on Resharper Change Signature function

    [quote=Remco;9958]GOT IT! The 'Unable undo' checkbox is critical in producing this problem. When ReSharper changes the source files, it does so at the same time as opening them. This by-passes NCrunch's change handler, so the in-memory change goes undetected. A fix will be in the next buil…

  2. build failed on Resharper Change Signature function

    (C#) For me I have many project in the same solution. All is edit in Visual studio I have the Project for all my interface. And project for implementation. When I begin the refactoring with de Change signature function all my files is close, and after they will be open if I Check « To enable …

  3. build failed on Resharper Change Signature function

    Hi, Thanks for answer. Yes I think it's happens every time. I'm not sure exactly for the exact pattern but I can begin with that. -> Have a class with an interface and one implementation of that. -> User resharper «change signature» feature to add parameter to a function. -> Correct th…

  4. build failed on Resharper Change Signature function

    Hi, I Got the Ncrunch 3.3 I Got Resharper 2016.3.2 running on Visual Studio 2017. When I "refactor" Change the signature of one function who is with an interface and a other implementation, Ncrunch looks not able to see changes and rebuild correctly. I choose the option when à Refactor to…