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" />
<PackageReference Include="MeshWeaver.Graph" />
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
#tool nuget:?package=MeshWeaver.Graph&version=3.0.0-preview1&prerelease
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
MeshHubBuilderfor fluent hub configuration with data type registration and navigation- Dynamic node type compilation via
MeshNodeCompilationServiceusing 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 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 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MeshWeaver.ContentCollections (>= 3.0.0-preview1)
- MeshWeaver.Data (>= 3.0.0-preview1)
- MeshWeaver.Kernel (>= 3.0.0-preview1)
- MeshWeaver.Kernel.Hub (>= 3.0.0-preview1)
- MeshWeaver.Layout (>= 3.0.0-preview1)
- MeshWeaver.Markdown (>= 3.0.0-preview1)
- MeshWeaver.Markdown.Collaboration (>= 3.0.0-preview1)
- MeshWeaver.Mesh.Contract (>= 3.0.0-preview1)
- MeshWeaver.Messaging.Hub (>= 3.0.0-preview1)
- Microsoft.CodeAnalysis.CSharp (>= 5.0.0)
- Microsoft.CodeAnalysis.CSharp.Features (>= 5.0.0)
- Microsoft.CodeAnalysis.CSharp.Scripting (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 10.0.6)
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 | 93 | 4/16/2026 |