FW-QuikGraph.MSAGL
2.2.1
dotnet add package FW-QuikGraph.MSAGL --version 2.2.1
NuGet\Install-Package FW-QuikGraph.MSAGL -Version 2.2.1
<PackageReference Include="FW-QuikGraph.MSAGL" Version="2.2.1" />
paket add FW-QuikGraph.MSAGL --version 2.2.1
#r "nuget: FW-QuikGraph.MSAGL, 2.2.1"
// Install FW-QuikGraph.MSAGL as a Cake Addin
#addin nuget:?package=FW-QuikGraph.MSAGL&version=2.2.1
// Install FW-QuikGraph.MSAGL as a Cake Tool
#tool nuget:?package=FW-QuikGraph.MSAGL&version=2.2.1
Temporary package to address assembly reference issues in QuikGraph.MSAGL
.NET library that provides a bridge from QuikGraph graphs to MSAGL library.
This package is the MSAGL subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 2.0+
- .NET Core 2.0+
- .NET Framework 4.6.1+
Supports Source Link
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- AutomaticGraphLayout (>= 1.1.7)
- AutomaticGraphLayout.Drawing (>= 1.1.7)
- QuikGraph (>= 0.0.0)
-
.NETStandard 2.1
- AutomaticGraphLayout (>= 1.1.7)
- AutomaticGraphLayout.Drawing (>= 1.1.7)
- QuikGraph (>= 0.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1 | 341 | 12/24/2020 |
➟ Release 2.2.0
Rework the original QuickGraph.Glee module into QuikGraph.MSAGL (MSAGL is the successor of GLEE). This make possible to use the bridge from QuikGraph to MSAGL.
Fixes:
- Fix typo in populator algorithm.
- Fix a bug when converting undirected graph to MSAGL graph.
Misc:
- Clean the library code.
- Fully document library.
- Use JetBrains annotations all over the library as much as possible.