Cvoya.Graph.Cypher 1.0.0

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

Downloadable open-source computer software from CVOYA. See the CVOYA software catalog.

Cvoya.Graph.Cypher

Cvoya.Graph.Cypher contains the typed Cypher abstract syntax tree, shared planner and renderer, and ICypherDialect provider SPI used by CVOYA Graph query generation. A provider supplies syntax and capabilities through the dialect; the shared renderer returns text, parameters, and an exact projection-column schema in CypherRenderResult.

The dialect advertises translation capabilities, while provider certification remains the job of Cvoya.Graph.CompatibilityTests. Providers keep driver values and physical entity identity behind their adapters; neither is part of the public Cypher AST contract.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Cvoya.Graph.Cypher:

Package Downloads
Cvoya.Graph.Neo4j

CVOYA Graph provider for Neo4j, with LINQ support and the Cvoya.Graph abstraction.

Cvoya.Graph.Age

CVOYA Graph provider for PostgreSQL and Apache AGE, with LINQ support for the Cvoya.Graph abstraction.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 41 7/23/2026
1.0.0-alpha.20260717 84 7/17/2026