![]() |
VOOZH | about |
dotnet add package MeshWeaver.Graph --version 3.0.0-preview1
NuGet\Install-Package MeshWeaver.Graph -Version 3.0.0-preview1
<PackageReference Include="MeshWeaver.Graph" Version="3.0.0-preview1" />
<PackageVersion Include="MeshWeaver.Graph" Version="3.0.0-preview1" />Directory.Packages.props
<PackageReference Include="MeshWeaver.Graph" />Project file
paket add MeshWeaver.Graph --version 3.0.0-preview1
#r "nuget: MeshWeaver.Graph, 3.0.0-preview1"
#:package MeshWeaver.Graph@3.0.0-preview1
#addin nuget:?package=MeshWeaver.Graph&version=3.0.0-preview1&prereleaseInstall as a Cake Addin
#tool nuget:?package=MeshWeaver.Graph&version=3.0.0-preview1&prereleaseInstall as a Cake Tool
Core graph node type system for MeshWeaver. Registers all built-in node types (Markdown, Code, Agent, User, Group, Role, etc.), provides layout areas for viewing and editing nodes, and supports dynamic node type compilation from C# scripts.
AddGraph() registers 20+ built-in node types: Markdown, Code, Agent, User, VUser, Group, Role, AccessAssignment, GroupMembership, Notification, Approval, Activity, and moreMeshHubBuilder for fluent hub configuration with data type registration and navigationMeshNodeCompilationService using Roslyn C# scripting@ references// Register all built-in graph node types
builder.AddGraph();
// Configure a mesh hub with graph navigation
configuration.ConfigureMeshHub()
.WithDataType<MyCustomType>()
.WithMeshNavigation()
.Build();
MeshWeaver.Data -- CRUD operations and data source configurationMeshWeaver.Layout -- framework-agnostic UI control abstractionsMeshWeaver.Messaging.Hub -- message routing and handler registrationMeshWeaver.Markdown -- markdown content parsingMeshWeaver.Kernel / MeshWeaver.Kernel.Hub -- C# script executionMicrosoft.CodeAnalysis.CSharp.Scripting -- Roslyn for dynamic type compilation| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 5 NuGet packages that depend on MeshWeaver.Graph:
| Package | Downloads |
|---|---|
|
MeshWeaver.Hosting
Package Description |
|
|
MeshWeaver.Blazor
Package Description |
|
|
MeshWeaver.AI
Package Description |
|
|
MeshWeaver.Hosting.Monolith.TestBase
Package Description |
|
|
MeshWeaver.Markdown.Export
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-preview1 | 173 | 4/16/2026 |