Forum member

Unger

9 posts

Posts by Unger

  1. "Additional files to include" only relative to project file path?

    Thank you for your feedback! Finally, I did it the dirty/ugly way, because the other ways you mentioned did not work in my case. Now in test-code, I reference to the absolute path of the build-binaries. I know, it's very ugly ... :-)

  2. "Additional files to include" only relative to project file path?

    The files, which should be used, are compiled files from another project within the solution. BUT, these files are not referenced at all in the test-project-VS-file, and this should never happen! All projects are configured to use the same solution-bin-folder (not the default project-bin-folder!)…

  3. "Additional files to include" only relative to project file path?

    Following situation: To optimise performance for compiling and testing, I configured VS in that way, that all binaries (obj, bin) are compiled in a RAM-Disk (including the windows-temp-folder). But some tests require additional files, that are compiled to this RAM-Disk. Configuring NCrunch to use…

  4. NCrunch Metrics - Presentation Format

    Hi Remco, the double-click feature is nice, but it allows best-fit for only one column at once. And it's annoying to do this separately for all columns. Regards, Unger

  5. Possible to hide 100%-covered nodes in statistics?

    Hi Remco, yes, this option would be nice. But it would be much more nicer to allow the user to specify the "threshold" by themselves instead of a fix-value of 100%. The filter-function in the past was absolutely sufficient for my needs. I didn't saw any problems with it. Regards, Unger

  6. NCrunch Metrics - Presentation Format

    Hi Remco! Please consider adapting the presentation format in Metrics-Grid: "Is Excluded From Aggregation": Checkbox (as in 1.48) All numbers to the right. All integer numbers with Format "N0" (local format with group delimiter, no decimals) Please add function "Best fit (all Columns)" to…

  7. Possible to hide 100%-covered nodes in statistics?

    Hi Remco! In Version 1.48 it was possible to define a Filter in Metrics-Window to display only rows which passes the filter. Why is this function in 2.x not longer available?

  8. Metrics - remove decimal places in some columns

    Unfortunately I have no way to provide a picture (missing webspace). I think you're right. It seems to be a culture-issue. I use de-at. It is interesting that the columns are displayed correctly for Uncovered Lines and Excluded lines. PS: Sorry for late reply. I didn't got an email-notificat…

  9. Metrics - remove decimal places in some columns

    Is there a way to suppress the decimal places in some columns? The decimal places disturbing because they are always ",00". They have no sense. It involves the following columns: * Compiled Lines * Covered Lines * Code Lines The following columns are displayed without decimal places alrea…