Italbytz.Graph.Blazor
1.0.0-preview.5
dotnet add package Italbytz.Graph.Blazor --version 1.0.0-preview.5
NuGet\Install-Package Italbytz.Graph.Blazor -Version 1.0.0-preview.5
<PackageReference Include="Italbytz.Graph.Blazor" Version="1.0.0-preview.5" />
<PackageVersion Include="Italbytz.Graph.Blazor" Version="1.0.0-preview.5" />
<PackageReference Include="Italbytz.Graph.Blazor" />
paket add Italbytz.Graph.Blazor --version 1.0.0-preview.5
#r "nuget: Italbytz.Graph.Blazor, 1.0.0-preview.5"
#:package Italbytz.Graph.Blazor@1.0.0-preview.5
#addin nuget:?package=Italbytz.Graph.Blazor&version=1.0.0-preview.5&prerelease
#tool nuget:?package=Italbytz.Graph.Blazor&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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Italbytz.Graph (>= 1.0.0-preview.5)
- Microsoft.AspNetCore.Components.Web (>= 8.0.12)
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 | 77 | 5/19/2026 |
| 1.0.0-preview.4 | 98 | 4/21/2026 |