Forum member

paulo

6 posts

Posts by paulo

  1. ExcludeFromCodeCoverage not working

    Hi, I'm using ExcludeFromCodeCoverage over method and continue showing in NCrunchMetrics [code][ExcludeFromCodeCoverage] [HttpPost("executemigration")] [AllowAnonymous] public async Task<IActionResult> executemigration() { await _mongoDbContext.EnsureIndex(); return Ok()…

  2. Coverage percentage / Code not coverage

    [quote=Remco;14690]Have you tried the NCrunch Metrics Window? NCrunch->Metrics[/quote] i was searching for this, thank you so much

  3. Coverage percentage / Code not coverage

    [quote=Remco;14685]Hi, thanks for posting. I'm not entirely sure what you're asking, but if you right click on a test in the Tests Window (or in the test list popup window), you can choose to show only coverage for that specific test. When you see only the coverage for that test, any line that h…

  4. Coverage percentage / Code not coverage

    Hello, NCrunch is an awesome tool, how to get code that not coverage per tests? Like VS, show all uncoverage tests sorry my english isn't so good.

  5. Build OutOfMemory v4.3.0.13

    [quote=Remco;14679]Hi, thanks for sharing this issue. Could you try changing your [url=https://www.ncrunch.net/documentation/reference_solution-configuration_instrumentation-mode]Instrumentation Mode[/url] NCrunch configuration setting to 'Optimised'? (presently this will be set to 'Legacy'. I…

  6. Build OutOfMemory v4.3.0.13

    Hi, I'm trying use NCrunch, i had this error: [quote] [15:28:19.9158-LocalBuildTask-20] ERROR (Build): Healther.Infra.Data: (0): System.Exception: Unable to add type: Healther.Infra.Data.Migrations.alter_nome_permissao due to exception: System.Exception: Unable to add type: Healther.Infra.Da…