Forum member

Tim__

6 posts

Posts by Tim__

  1. Filter tests with build configuration

    Hi Remco, Thank you for the prompt and detailed reply. Although your suggestions are useful, I have raised a uservoice feature for the following reasons: I have 3 categories of test: (A) Tests to run continuously. (B) Tests to run before deployment (i.e. in Release Mode). (C) Tests to on…

  2. Filter tests with build configuration

    I currently use a customised engine mode to filter tests using a "Manual" test category. Some of these "Manual" tests are integration tests that I don't want to run automatically, but I would like to run before deployment. Is there a way to specify that a certain test category should only be r…

  3. NCrunch holds open handles to nuget package folders

    Thanks for the information Remco, I will disable NCrunch from now on before performing updates.

  4. NCrunch holds open handles to nuget package folders

    Often when I update NuGet packages for a solution, I find that the previous version of the packages cannot be deleted from the packages folder without a restart of visual studio. I used Sysinternals Process Explorer to look for open handles within the packages folder of the solution and found tha…

  5. Rules for hiding items in Metrics window

    Thanks for the quick reply, I have voted on the issue.

  6. Rules for hiding items in Metrics window

    Is there a way to configure rules for excluding items in the Metrics window? For example, I would like to exclude all files ending in .Designer.cs from the metrics window without having to manually exclude them. I am already using a custom engine mode however the setup for this appears to only a…