Syntosa.Core 1.0.19033-beta

This is a prerelease version of Syntosa.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syntosa.Core --version 1.0.19033-beta
                    
NuGet\Install-Package Syntosa.Core -Version 1.0.19033-beta
                    
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="Syntosa.Core" Version="1.0.19033-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syntosa.Core" Version="1.0.19033-beta" />
                    
Directory.Packages.props
<PackageReference Include="Syntosa.Core" />
                    
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 Syntosa.Core --version 1.0.19033-beta
                    
#r "nuget: Syntosa.Core, 1.0.19033-beta"
                    
#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.
#addin nuget:?package=Syntosa.Core&version=1.0.19033-beta&prerelease
                    
Install Syntosa.Core as a Cake Addin
#tool nuget:?package=Syntosa.Core&version=1.0.19033-beta&prerelease
                    
Install Syntosa.Core as a Cake Tool

Syntosa is a distributed temporal repository of property graphs.  Syntosa.Core provides the POCOs and DAL implementation.

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syntosa.Core:

Package Downloads
Syntosa.Core.WebApi.Client

Syntosa is a distributed temporal repository of property graphs. Syntosa.Core.WebApi.Client provides the httpAPI client class.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.19066.1 541 3/8/2019
1.0.19066 394 3/8/2019
1.0.19033-beta 1,156 2/2/2019
1.0.18350 1,291 12/16/2018
1.0.18289.1 1,351 10/17/2018
1.0.18289 1,494 10/16/2018
1.0.0.16 1,354 10/12/2018
1.0.0.15 1,356 10/11/2018
1.0.0.14 1,589 7/16/2018
1.0.0.13 1,618 5/12/2018
1.0.0.12 1,676 4/13/2018
1.0.0.11 1,617 3/29/2018
1.0.0.10 1,552 3/22/2018
1.0.0.9 1,686 3/22/2018
1.0.0.8 1,587 3/21/2018
1.0.0.7 1,620 3/20/2018
1.0.0.6 1,646 2/20/2018
1.0.0.5 1,735 11/16/2017
1.0.0.4 1,546 11/7/2017
1.0.0.3 1,648 10/11/2017
1.0.0.2 2,779 4/7/2017
1.0.0.1 1,587 4/2/2017
1.0.0 2,079 12/27/2016

Build passing all unit tests.

1.0.19033.0-beta - Removed all Suplex4 dependencies, upgraded to net452.
1.0.18350.0 - update to include configurable parallelism for Composite objects
1.0.18289.1 - Updated SyncSet TVPs, correction to Element->UpdateElementRls IsDirty check
1.0.18289.0 - Rollback of extra UId TVP fields
1.0.0.16 - Added EdgeElementElement.LabelName
1.0.0.15 - Added EdgeElementElement.LabelUId
1.0.0.14 - Exposed internal utility functions as public, granulated Element get/upsert options
1.0.0.13 - Adds a method to UpsertGroup without an enbeded call to selecting the next RLS bitmask
1.0.0.12 - Updated Element POCO CurrentHashCode to include IsActive and IsBuiltIn
1.0.0.11 - Adjusted composite Element select and corrected EdgeUtility mapping on El/El EdgeProps.
1.0.0.10 - Corrected recursive upsert/delete logic for hierarchical composite elements