zzzprojects / GraphDiff

GraphDiff is a library that allows the automatic update of a detached graph using Entity Framework code first.

Home Page:https://entityframework-graphdiff.net/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mark4asp opened this issue · comments

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 ==========

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

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.

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

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