VOOZH about

URL: https://www.nuget.org/packages/MeshWeaver.Graph/

⇱ NuGet Gallery | MeshWeaver.Graph 3.0.0-preview1




MeshWeaver.Graph 3.0.0-preview1

This is a prerelease version of MeshWeaver.Graph.
dotnet add package MeshWeaver.Graph --version 3.0.0-preview1
 
 
NuGet\Install-Package MeshWeaver.Graph -Version 3.0.0-preview1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MeshWeaver.Graph" Version="3.0.0-preview1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Graph" Version="3.0.0-preview1" />
 
Directory.Packages.props
<PackageReference Include="MeshWeaver.Graph" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MeshWeaver.Graph --version 3.0.0-preview1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MeshWeaver.Graph, 3.0.0-preview1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MeshWeaver.Graph@3.0.0-preview1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MeshWeaver.Graph&version=3.0.0-preview1&prerelease
 
Install as a Cake Addin
#tool nuget:?package=MeshWeaver.Graph&version=3.0.0-preview1&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

MeshWeaver.Graph

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.

Features

  • AddGraph() registers 20+ built-in node types: Markdown, Code, Agent, User, VUser, Group, Role, AccessAssignment, GroupMembership, Notification, Approval, Activity, and more
  • Layout areas for node views: Overview, Create, Delete, Edit, Settings, Import/Export, Version, Comments, Activity, Access Control
  • MeshHubBuilder for fluent hub configuration with data type registration and navigation
  • Dynamic node type compilation via MeshNodeCompilationService using Roslyn C# scripting
  • Node type registry with query routing rules for partition and satellite table resolution
  • Autocomplete providers for mesh node paths and unified @ references
  • Embedded node type icons served as content collections

Usage

// Register all built-in graph node types
builder.AddGraph();

// Configure a mesh hub with graph navigation
configuration.ConfigureMeshHub()
 .WithDataType<MyCustomType>()
 .WithMeshNavigation()
 .Build();

Dependencies

  • MeshWeaver.Data -- CRUD operations and data source configuration
  • MeshWeaver.Layout -- framework-agnostic UI control abstractions
  • MeshWeaver.Messaging.Hub -- message routing and handler registration
  • MeshWeaver.Markdown -- markdown content parsing
  • MeshWeaver.Kernel / MeshWeaver.Kernel.Hub -- C# script execution
  • Microsoft.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-preview1 173 4/16/2026