danielpalme / ReportGenerator

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.
https://reportgenerator.io
Apache License 2.0
2.65k stars 283 forks source link

dotnet-reportgenerator-globaltool version 5.3.11 fails to install #698

Closed LucasOsborne closed 1 month ago

LucasOsborne commented 1 month ago

Describe the bug Attempting to install version 5.3.11 via NuGet fails on both local machines and within pipelines. However, version 5.3.10 installs successfully without issues.

To Reproduce

Steps to Reproduce Run nuget command dotnet tool install -g dotnet-reportgenerator-globaltool (either on a local machine or in a CI/CD pipeline). Installation fails with errors (see screenshots below). Revert to version 5.3.10 dotnet tool install -g dotnet-reportgenerator-globaltool --version 5.3.10, which installs successfully.

Expected Behavior Version 5.3.11 should install via NuGet without errors, similar to how version 5.3.10 functions.

Actual Behavior Version 5.3.11 fails to install, producing the following console output error messages: image

For reference, the installation of version 5.3.10 works without issues: image

Environment Details NuGet Version: 6.11.0.122 Project Type: (Local machine, CI/CD pipeline) OS/Platform: Windows 11 and Linux IDE/Build Environment: Visual Studio 2022

danielpalme commented 1 month ago

I can't reproduce.

Works locally on Windows and in Ubuntu (Azure DevOps) for me.

LucasOsborne commented 1 month ago

Maybe was an issue with NuGet sorry - just tested right now is back up and working

danielpalme commented 1 month ago

Perfect!