Forum member

Mangust

25 posts

Posts by Mangust

  1. Metadata file 'Microsoft.Codeanalysis.Analyzers.dll' could not be found

    Do you mean that the assemblies that are referenced by my projects are fine, but those assemblies that fail are referenced indirectly via the ones that are included in my project? In this case isn't it possible to find all the indirectly referenced assemblies and copy them for ncrunch to use? Or th…

  2. Metadata file 'Microsoft.Codeanalysis.Analyzers.dll' could not be found

    I have a very simple solution with few project that have a nuget reference to 3 rolsyn packages, the solution builds fine but ncrunch says this: NCrunch: If you are experiencing problems in getting this project to build, have a look at http://www.ncrunch.net/documentation/troubleshooting_project-…

  3. Lags in the editor after opening the Metrics window

    That's great :) Waiting for the version two.

  4. Lags in the editor after opening the Metrics window

    I have double checked the behavior and it's slow when hidden but back to normal when closed. So I guess we have figured out how to reproduce it :) I guess it should be fine for now as I don't use this window very often. Will wait for a fix in a major release then. When is this planned by the way?

  5. Lags in the editor after opening the Metrics window

    I don't see it as a big problem when it slow only when activated, but I have it when I close it. And by closing I mean that it's really hidden as a tab and not clicking the close button. So it would be fine if the lag is only when you really see the window. But the problem is there even when you don…

  6. Lags in the editor after opening the Metrics window

    I don't think I have anything special because I tried it right after VS was opened. I guess that you need a really big solution to see the difference. I have noticed that on small ones the problem did not appear. Perhaps it's just hidden. You have written before that you saw the problem as well.

  7. Lags in the editor after opening the Metrics window

    I have seen the new release contained a lot of bug fixes and features. But I did not find this exact one in the list. Is it fixed or opening of the window still makes the editor slow?

  8. Out of memory exception during build

    I don't really need code coverage as you say for that project so the solution works pretty well for me and it's not any critical. May be a small suggestion can be to have a hint on doing that (instrument output assembly = false) somewhere when there is an out of memory exception saying that project…

  9. Out of memory exception during build

    I have it as a project dependency as a few changes are made to the source. May be you can implement at least an option to switch between x86/x64? So that it's possible to work with large projects as well. Do you need the project to check the memory consumption? Perhaps there is something special ap…

  10. Out of memory exception during build

    I have found an error during the build process when the project is big. I have an open source 3d party dll with a lot of code (NCrunch says it's 2mln lines of code). I know it's not very good but it's 3d party. So when I do the build NCrunch fails with the out of memory exception. I have done some i…

  11. Hide projects without tests option in the Tests tab

    I don't know if you use Resharper or not, but I find UI very convenient with the tests window there(for instance they have the solution folders in the hierarchy and the number of tests shown). May be you can also introduce the hierarchy like in the solution to make things easier? This is just a sug…

  12. Hide projects without tests option in the Tests tab

    May be it's also worth to create two separate tabs - one for the tests and one for the build or a switch in the tests tab or something like that. So generally if the build is successful there will be no need to see the projects that don't have tests. And if the build fails then there is no need to s…

  13. Hide projects without tests option in the Tests tab

    It is a bit overloaded, I agree. Though it's a little bit confusing that if I have only one filter on (Show passing tests) it shows really all the projects that don't even have any tests. May they should be moved to ignored or unexecuted tests? I have thought of one more way as well. I see you use d…

  14. NCrunch popup window on task bar

    I am not sure whether this is a bug or a feature :) but every time I click on the circle (red or green) or on the cross to see the exception I have an NCrunch windows appearing in task bar that is hidden when the popup is hidden. Seems this is not really needed and just draws you attention away for…

  15. Hide projects without tests option in the Tests tab

    It would be a good feature to allow hiding of the projects without tests in the tests tab. For instance I have too many tests running and I would like to ignore some that I don't need. Then I go to the test tab and make a filter to see only successful tests. I have about 70 projects and let's say 3…

  16. Lags in the editor after opening the Metrics window

    I hope you'll be able to fix it soon :) According to the workaround - that's how I do it now already :)

  17. Lags in the editor after opening the Metrics window

    Hi, thanks for the reply. I don't have the metrics window open all the time. It's really a hidden tab. So I open it, check something and then it hides. But this does not help really so according to your explanation it seems that the metrics window is still updated though it's not really visible. It…

  18. Lags in the editor after opening the Metrics window

    Hello, I have previously written that I have some problems with the lags while I type in the VS when NCrunch is running. It was not happening all the time so I did not know where the problem was. But I have done some investigations (I have simply pressed one letter and looked how smoothly it was t…

  19. Renaming of the project leads to error

    I have renamed one of my projects (just added a suffix). And what happened is that both NCrunch tests/metrics are now displaying the old name and the new name. I guess it will be correct after restart but on the fly it does it wrong :)

  20. Code coverage for test classes

    [quote=Remco;3509]I think this might be what you're after - [url=http://www.ncrunch.net/documentation/concepts_code-coverage-suppression]code coverage suppression[/url].[/quote] Well, that thing is too manual so if it's possible to do stuff automatic it would be better :) Though it's not really a…