GraphDiff icon indicating copy to clipboard operation
GraphDiff copied to clipboard

I can't build it due to "zzzproject.pfx"

Open mark4asp opened this issue 7 years ago • 4 comments
trafficstars

I downloaded the .zip file but can't build it. Nor is there any "zzzproject.pfx" in /GraphDiff/GraphDiff/GraphDiff Did someone commit something they did not need to?

1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(2884,5): error MSB3322: Unable to get MD5 checksum for the key file "zzzproject.pfx". Could not find file 'D:\code\EF\GraphDiff\GraphDiff\GraphDiff\zzzproject.pfx'. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

mark4asp avatar Feb 08 '18 10:02 mark4asp

Hello mark4asp,

Thank you for reporting, we will update the source to remove the signed key dependencies.

Meanwhile, you only have to remove it yourself from the project source code on your repository.

Best Regards,

Jonathan

JonathanMagnan avatar Feb 08 '18 13:02 JonathanMagnan

In Solution Explorer, Click on Properties of GraphDiff project, Signing, untick 'Sign the assembly'. Next: under Solution Explorer, find zzzproject.pfx (it's marked as a missing file) and exclude it from the solution.

mark4asp avatar Feb 08 '18 13:02 mark4asp

Closing this because my last comment explained how to fix it.

mark4asp avatar Feb 08 '18 15:02 mark4asp

Hello @mark4asp ,

I'm re-opening this one just to make sure I can close it once the change is done on GitHub on our side ;)

Best Regards,

Jonathan

JonathanMagnan avatar Feb 08 '18 18:02 JonathanMagnan