Forum member

Luciferius

22 posts

Posts by Luciferius

  1. Memory Leak in Large Project

    I think it is by unloading and reloading projects, only with funnel this happens a lot faster, as I unload / reload more often.

  2. Memory Leak in Large Project

    After some more observation it seems, that loading and unloading project has an impact on the growth rate of the memory consumption. I started to use the extension Funnel, where you can switch between different loaded solution configurations. This seem to speed up the allocation of memory faster, th…

  3. Memory Leak in Large Project

    I do the update always wihtout the engine running. I will check the loading and unloading of projects.

  4. Memory Leak in Large Project

    We have quite a multitude of changes per day from all developers, which I get the next morning with an svn update. I have no actual numbers, but I believe this could be around 3000 lines of code changed/added/removed per day. I usually do not ignore tests but unload unnecessary test projects. I have…

  5. Memory Leak in Large Project

    I can now reproduce it. It seemed, as if the memory consumption grew from day to day. Currently it was again near 10GB. I have now a backup of the cache. How can I help analyse the leak? The size of the cache file is 650 mb.

  6. Memory Leak in Large Project

    Deleting the cache solved the issue. Unfortunately I did not save the cache previously. Therefore I cannot reproduce the issue anymore. When it happens again, I can write you again. As for the statistics: Lines of code: 700,000 Tests: 10,300

  7. Memory Leak in Large Project

    I have the following setup: Visual Studio 2015 Update 3 Solution Framework: 4.6.1 NCrunch Version: 2.23.0.2 Projects Count: 198 The problem is, as soon as I enable NCrunch the engine host process has a memory consumption of 10GB growing. It seems it takes as much memory as available. After so…

  8. Fody: Mono.Cecil.Mdb assembly not found

    Thanks for your help. This solution works for me.

  9. Fody: Mono.Cecil.Mdb assembly not found

    Yes, with Fody I add some additional attributes above all test methods in all test projects. For this I need the "FodyWeavers.xml" file as config file inside the source directory of the test assemblies. Because they are all identical I have just one config file which I copy with the above pre build …

  10. Fody: Mono.Cecil.Mdb assembly not found

    For some magical reason I do not understand, it now works. I changed nothing just waited. But now there is another problem. I have a pre build step which copies the FodyWeavers.xml to every test assembly I have. with this I have no maintenance when I create a new test assembly. The pre build command…

  11. Fody: Mono.Cecil.Mdb assembly not found

    I am not using Nuget. And it does find the Fody assembly only the specific Mono.Cecil.Mdb can not be found. I use the version 1.29.3 of Fody.

  12. Fody: Mono.Cecil.Mdb assembly not found

    Hello, I have a problem with the Fody build step. When I build my test assembly I get the following error: [code=plain]Fody: An unhandled exception occurred: Exception: Die Datei oder Assembly "Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" oder eine Abhän…

  13. Using unloaded project information

    Thank you for your fast reply. It seems, that it really is fixed with the newer version. Unfortunately Expired your license with 2.7.0.5 being the last version available to me. Seems like I need to once again convince my superior ;-)

  14. Using unloaded project information

    I am using NCrunch 2.7.0.5. Our solution currently contains 228 project where around 80 are loaded local in my solution. But it seems, that NCrunch always builds all 228 projects which slows the whole studio dramatically so that I need to restart it several times a day, because this help for the nex…

  15. Missing project reference only in NCrunch

    I will try this. Thank you for your help. I appreciate it.

  16. Missing project reference only in NCrunch

    Thank you for your fast reply. I certainly will update the Safety.Context, hoping this will solve the issue. Nonetheless I am looking for a way to force the build, so that I can see the failing tests, because the mentioned assembly is not in my hand. Like I said I already tried the 'Copy Referenced …

  17. Missing project reference only in NCrunch

    Hello, I have added lately a new project to our solution as always, but I get the following error while building the assembly. [i]The type 'Ade.Documents.IDocument' is defined in an assembly that is not referenced. You must add a reference to assembly 'Ade.Core, version=1.0.0.0, Culture=neutra…

  18. Tests are not executed

    Hi, Here are some more infos: Engine mode: "Run all tests automatically" How often: Hard to say, in our company we would call it a mandelbug. Sometimes it happens all the time and sometimes it happens only once. Pattern: I am not 100 percent sure, but I would say it only happens when one or …

  19. Tests are not executed

    Hello, Up to now Ncrunch work pretty well for me, but now sometimes there are tests which will not be executed. Two examples: I change something in the test method which fails. Ncrunch builds in the background, but after that the test is not executed. Or many tests fail, I repair alle tests a…

  20. Reflection Exception when running tests.

    Great thanks, that does the trick for me. Regards, Luciferius