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

Signed Nuget Package seems to be much slower

Franklin89 opened this issue · comments

Currently using the Signed Version but the Performace is really bad. Same Code with the Unsigned Version works great.

It looks like the signed NuGet package has been compiled as Debug rather than Release. Unfortunately as the original maintainers of the project are not working on the project - unless you (or somebody else) wanted to take on it's maintenance and release a new signed package - this won't change anytime soon.

Check it using Assembly Explorer:

https://assemblyinformation.codeplex.com/

debug

Hello @Franklin89 , @deenairn ,

I'm the new owner of GraphDiff,

Where can you find this signed version? I just want to make sure it's not an official package from the old owner. Obviously, I can easily find some signed version on NuGet that are unofficial, I just want to make sure I have not missed something.

I normally sign all my assembly and offer only the signed version, so I believe I will release soon a signed version.

Best Regards,

Jonathan

It's here:

https://www.nuget.org/packages/RefactorThis.GraphDiff.Signed/

It's not official as far as I can see, it wasn't uploaded by the original repo owner.

Hello @deenairn ,

Thank you. Yes, that's not an official package.

I will release a signed version this weekend. The package will be now always signed.

I will contact all owners that have a Signed version to redirect to the main package if they want.

This package was already on my list, I just wanted to make sure ;)

Best Regards,

Jonathan

Hello @deenairn , @Franklin89 ,

Starting by the v3.0.0, the official package will now use a signed version.

Other owners have been contacted to remove package to avoid confusion

Best Regards,

Jonathan

Thats awesome :-) thanks. @JonathanMagnan