Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate QuickGraph to QuikGraph and GraphSharp to GraphShape. #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KeRNeLith
Copy link

Hello,

I updated the quite old QuickGraph and GraphSharp dependencies to respectively QuikGraph and GraphShape.

Those libraries are using modern C# development workflow, have been ported to .NET Core with a wider support in term of targets.
And finally they come with a huge set of unit tests that has helped to debug and fix a lot of issues in both libraries.

Since they have been built using recent toolchain they will certainly help you to port your app to .NET Core (I faced issue with the old version of those libraries while tying to use the Microsoft.NET.Sdk.WindowsDesktop for WPF applications). Those reworked libraries allow to get rid of such issues.

Here are the links to both libraries:

@OsirisTerje
Copy link

Awesome!

@KeRNeLith
Copy link
Author

Just an update to use latest libraries versions with strong names.

@rbanks54
Copy link
Contributor

@KeRNeLith Thanks for this! I'm not a maintainer anymore, so I've included your changes in my PR for the .NET Core migration.

@KeRNeLith
Copy link
Author

@rbanks54 Thanks a lot. This will be even better indeed.
I just put a comment about a namespace rename on your PR #18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants