Alexandre Rabérin

Results 7 issues of Alexandre Rabérin

In order to extend support and usability of the library consider adding support of .NET MAUI to GraphShape.Controls.

enhancement

Implement the Centrality Approximation algorithm and unit test it. The library had a draft of implementation for this algorithm, here is the basis: ```csharp using System; using System.Collections.Generic; using System.Linq;...

enhancement

Implement loading of graph from a graph described in [Dot language](https://www.graphviz.org/doc/info/lang.html). The library had a minimal API definition for this, here are the basis: ```csharp using System; using System.Collections.Generic; using...

enhancement
serialization

Implement the Lengauer Tarjan Dominator algorithm and unit test it. The library had a not finished implementation for this algorithm, here is the basis ```csharp using System; using System.Collections.Generic; using...

enhancement

Implement the Bron Kerbosh Maximum Clique algorithm and unit test it. The library had a draft of implementation for this algorithm, here is the basis: ```csharp using System.Collections.Generic; using JetBrains.Annotations;...

enhancement

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

Fix CallSiteCache calling methods with wrong parameters. This also fix the RxSpy.TestConsole crashing on launch.