Forum member
paulo
6 posts
Posts by paulo
-
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()…
18 May 2020 14:43 UTC
-
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
30 Apr 2020 14:00 UTC
-
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…
29 Apr 2020 12:51 UTC
-
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.
28 Apr 2020 14:20 UTC
-
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…
28 Apr 2020 12:08 UTC
-
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…
27 Apr 2020 18:33 UTC