Frontenac.Blueprints
2.3.8
See the version list below for details.
dotnet add package Frontenac.Blueprints --version 2.3.8
NuGet\Install-Package Frontenac.Blueprints -Version 2.3.8
<PackageReference Include="Frontenac.Blueprints" Version="2.3.8" />
paket add Frontenac.Blueprints --version 2.3.8
#r "nuget: Frontenac.Blueprints, 2.3.8"
// Install Frontenac.Blueprints as a Cake Addin #addin nuget:?package=Frontenac.Blueprints&version=2.3.8 // Install Frontenac.Blueprints as a Cake Tool #tool nuget:?package=Frontenac.Blueprints&version=2.3.8
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.
Half of Gremlinq documentation has been written.
Breaking change: IElement has a new Graph property that returns the element's graph.
IElementTypeProvider was renamed to ITypeProvider.
Introduction of IProxyFactory to separate proxy creation from type type provider.
Introduction of DictionaryAdapterProxy factory, which uses Castle DictionaryAdapter to create proxies.
TinkerGraph is now thread safe (uses ConcurrentDictionary for all it's collections).
GremlinqContext is now automatically created with GraphTypeProvider and DictionaryAdapterProxyFactory.
IGremlinqContextFactory, ITypePovider and IProxyFactory interfaces are used to customize context creation.
GraphBackedTypeProvider automatically adjusts itself to the current graph.
New Gremlinq OfType override.