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.
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:
For reference, the installation of version 5.3.10 works without issues:
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
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.10dotnet 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:
For reference, the installation of version 5.3.10 works without issues:
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