question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Node 6 execution handler warning in Azure Devops Task

See original GitHub issue

Getting this warning running the Azure Devops Extension.

See https://github.com/microsoft/azure-pipelines-tasks/issues/15493

Task         : ReportGenerator
Description  : ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
Version      : 4.8.13
Author       : Palmmedia
Help         : [More Information](https://github.com/danielpalme/ReportGenerator)
==============================================================================
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider the migration guideline to Node 10 handler - https://aka.ms/migrateTaskNode10. If you are the user - feel free to reach out to the owners of this task to proceed on migration.

snippet of the relevant settings from the pipeline

- task: reportgenerator@4
    reporttypes: "Cobertura;HtmlInline_AzurePipelines"

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
danielpalmecommented, Nov 24, 2021

Thanks for the hint.

I fixed it here: https://github.com/danielpalme/ReportGenerator/blob/master/src/AzureDevopsTask/README.md

Next release will also update the market place.

1reaction
asearscommented, Nov 18, 2021

Worked great, thanks for the quick response and a great tool.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migration from Node 6 to Node 10 | warning messages
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider...
Read more >
Node 6 execution handler to be deprecated soon, please ...
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider ......
Read more >
Please help me understand if this NuGet warning from ...
##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider ......
Read more >
SonarCloud prepare task uses Node 6 tasks - Sonar Community
Hi, We use SonarCloud on Azure DevOps. Since recently, Azure DevOps allows to disable Node 6 tasks (setting on organization level) as Node...
Read more >
Trigger Build Task
"##[warning]This task uses Node 6 execution handler, which will be deprecated soon." The supported versions are: TriggerBuild @ version 4.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found