Sharc.Graph.Surface 1.2.82

dotnet add package Sharc.Graph.Surface --version 1.2.82
                    
NuGet\Install-Package Sharc.Graph.Surface -Version 1.2.82
                    
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="Sharc.Graph.Surface" Version="1.2.82" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sharc.Graph.Surface" Version="1.2.82" />
                    
Directory.Packages.props
<PackageReference Include="Sharc.Graph.Surface" />
                    
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 Sharc.Graph.Surface --version 1.2.82
                    
#r "nuget: Sharc.Graph.Surface, 1.2.82"
                    
#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 Sharc.Graph.Surface@1.2.82
                    
#: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=Sharc.Graph.Surface&version=1.2.82
                    
Install as a Cake Addin
#tool nuget:?package=Sharc.Graph.Surface&version=1.2.82
                    
Install as a Cake Tool

Sharc.Graph.Surface

Graph interfaces and models for the Sharc database engine.

Shared contracts, schema types, and traversal model definitions used by Sharc.Graph and downstream consumers. Pure C#, zero native dependencies.

Features

  • IContextGraph: Core graph query interface for traversal and node lookup.
  • IEdgeCursor: Zero-allocation cursor interface for iterating edges.
  • Schema Types: ConceptKind, RelationKind, and schema adapter abstractions.
  • Traversal Models: TraversalPolicy, TraversalResult, and direction types.
  • Graph Records: GraphNode, GraphEdge, NodeKey, and RecordId value types.

Note

This is an interface package. Most users should reference Sharc.Graph instead, which provides the full graph engine implementation.

Full Documentation

Product 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

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Sharc.Graph.Surface:

Package Downloads
Sharc.Graph

Graph traversal and AI trust layer for Sharc: 31x faster than SQLite CTEs. Zero-alloc edge cursors, two-phase BFS, ECDSA agent attestation, hash-chain audit ledger.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.82 0 3/5/2026
1.2.80 91 2/27/2026
1.2.77 96 2/26/2026
1.2.65 91 2/26/2026
1.2.59 103 2/25/2026