Italbytz.Graph.Maui
1.0.0-preview.5
dotnet add package Italbytz.Graph.Maui --version 1.0.0-preview.5
NuGet\Install-Package Italbytz.Graph.Maui -Version 1.0.0-preview.5
<PackageReference Include="Italbytz.Graph.Maui" Version="1.0.0-preview.5" />
<PackageVersion Include="Italbytz.Graph.Maui" Version="1.0.0-preview.5" />
<PackageReference Include="Italbytz.Graph.Maui" />
paket add Italbytz.Graph.Maui --version 1.0.0-preview.5
#r "nuget: Italbytz.Graph.Maui, 1.0.0-preview.5"
#:package Italbytz.Graph.Maui@1.0.0-preview.5
#addin nuget:?package=Italbytz.Graph.Maui&version=1.0.0-preview.5&prerelease
#tool nuget:?package=Italbytz.Graph.Maui&version=1.0.0-preview.5&prerelease
nuget-graph
nuget-graph provides the Italbytz.Graph.* package family for graph contracts, algorithm implementations, and UI-specific rendering helpers for Blazor and .NET MAUI.
Use this repository if you want to:
- build graph-based features on reusable abstractions
- run minimum spanning tree or shortest path logic in .NET
- render graph state in Blazor or .NET MAUI applications
- explore the packages through a live browser sample
Documentation
- Product documentation:
https://italbytz.github.io/nuget-graph/ - Live Blazor sample:
https://italbytz.github.io/nuget-graph/sample/
Quick start
Install the packages you need in your application:
dotnet add package Italbytz.Graph
dotnet add package Italbytz.Graph.Blazor
For a Blazor application, add the reusable graph viewport from Italbytz.Graph.Blazor and provide graph/state data from Italbytz.Graph.
Choose a package
- Use
Italbytz.Graph.Abstractionsfor graph contracts such asIUndirectedGraph<TVertex, TEdge>and solver-facing abstractions. - Use
Italbytz.Graphfor concrete graph implementations, algorithms, and UI-neutral visualization/state builders such as SVG layout projection and traversal timelines. - Use
Italbytz.Graph.Mauiwhen you need graph drawing helpers for .NET MAUI applications. - Use
Italbytz.Graph.Blazorwhen you need the reusable SVG viewport, interaction logic, and state-aware rendering in Blazor.
Getting started
The typical consumption model is:
- Reference
Italbytz.Graphfor graph models and algorithms. - Add
Italbytz.Graph.BlazororItalbytz.Graph.Mauiif you need UI rendering. - Build your own application-specific orchestration around the package APIs.
See the published documentation for installation guidance, package selection, sample usage, and API reference.
Sample
- A runnable Blazor sample lives under
samples/Italbytz.Graph.Blazor.Sample/. - It demonstrates MST step navigation, graph-state rendering, browser pan/zoom, and the reusable
Italbytz.Graph.Blazorviewport against graphs fromItalbytz.Graph. - Run it locally with
dotnet run --project samples/Italbytz.Graph.Blazor.Sample/Italbytz.Graph.Blazor.Sample.csproj.
Quality checks
This repository includes:
- solution-level restore/build/pack validation
- dedicated build validation for the Blazor sample app
- local preview artifacts under
artifacts/packages/ - GitHub Actions release automation in
.github/workflows/ci.yml
Local validation
dotnet restore nuget-graph.sln
dotnet build nuget-graph.sln -c Release -v minimal
dotnet build samples/Italbytz.Graph.Blazor.Sample/Italbytz.Graph.Blazor.Sample.csproj -c Release -v minimal
dotnet pack nuget-graph.sln -c Release --output ./artifacts/packages -v minimal
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 is compatible. net10.0-ios26.0 is compatible. net10.0-maccatalyst26.0 is compatible. |
-
net10.0-android36.0
- Italbytz.Graph.Abstractions (>= 1.0.0-preview.5)
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Msagl (>= 1.1.6)
-
net10.0-ios26.0
- Italbytz.Graph.Abstractions (>= 1.0.0-preview.5)
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Msagl (>= 1.1.6)
-
net10.0-maccatalyst26.0
- Italbytz.Graph.Abstractions (>= 1.0.0-preview.5)
- Microsoft.Maui.Controls (>= 10.0.20)
- Microsoft.Msagl (>= 1.1.6)
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 |
|---|---|---|
| 1.0.0-preview.5 | 85 | 5/19/2026 |
| 1.0.0-preview.4 | 88 | 4/21/2026 |
| 1.0.0-preview.3 | 168 | 4/11/2026 |