opencover
opencover copied to clipboard
Chocolatey packages involving the installer are failing due to hash mismatch
Chocolatey packages involving the installer are failing due to hash mismatch
The original package
https://gist.github.com/choco-bot/c875cd022e2a7c5d2cd406668aa2e85d
now uses the installer package
https://gist.github.com/choco-bot/cf241dc9924ef6fab04fcddd12d1a8f9 (checksum fail)
hash mismatch no longer happening but it seems some other issues with the installer that looks local to the testing environment.
from the chocolatey team
I ran it myself and got the same error. I then ran the MSI manually inside the VM and got this (more useful) error:
"OpenCover Requires .NET Framework 4.7.2 or later to be installed"
Looks like you'll need to add a dependency on https://community.chocolatey.org/packages/dotnet4.7.2
I suspect this is to the #930 when 4.7.2 detection was added and at the time of that implementation the chocolatey build image already had that installed