Frontenac.Blueprints
2.3.7
See the version list below for details.
dotnet add package Frontenac.Blueprints --version 2.3.7
NuGet\Install-Package Frontenac.Blueprints -Version 2.3.7
<PackageReference Include="Frontenac.Blueprints" Version="2.3.7" />
paket add Frontenac.Blueprints --version 2.3.7
#r "nuget: Frontenac.Blueprints, 2.3.7"
// Install Frontenac.Blueprints as a Cake Addin #addin nuget:?package=Frontenac.Blueprints&version=2.3.7 // Install Frontenac.Blueprints as a Cake Tool #tool nuget:?package=Frontenac.Blueprints&version=2.3.7
A .NET port of the Tinkerpop Stack. Blueprints provides a set of interfaces for the property graph data model.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Frontenac.Blueprints:
Package | Downloads |
---|---|
Frontenac.Blueprints.TestSuite
A .NET port of the Tinkerpop Stack. Blueprints TestSuite provides a standard testsuite for the graph libraries that implement the Blueprints property graph model. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added a Gremlinq ambient context.
Gremlinq proxy types are now stored in a more lightweight manner.
Introduces the IElementTypeProvider interface to instantiate proxies and get/store types
Added a DictionaryElementTypeProvider that stores proxy types as integers on elements. It is initialized with a Dictionary on which you have control.
Added a GraphBackedElementTypeProvider that stores types as simple ids on elements, and also store the type names in the graph.
Corrected a missing Nuget dependency to Castle.Core.