opencover icon indicating copy to clipboard operation
opencover copied to clipboard

Chocolatey packages involving the installer are failing due to hash mismatch

Open sawilde opened this issue 3 years ago • 3 comments

Chocolatey packages involving the installer are failing due to hash mismatch

sawilde avatar May 31 '21 00:05 sawilde

The original package

https://gist.github.com/choco-bot/c875cd022e2a7c5d2cd406668aa2e85d

now uses the installer package

https://gist.github.com/choco-bot/cf241dc9924ef6fab04fcddd12d1a8f9 (checksum fail)

sawilde avatar May 31 '21 00:05 sawilde

hash mismatch no longer happening but it seems some other issues with the installer that looks local to the testing environment.

sawilde avatar Jun 05 '21 06:06 sawilde

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

sawilde avatar Jun 18 '21 23:06 sawilde