Synthesis 8.1.1

dotnet add package Synthesis --version 8.1.1
NuGet\Install-Package Synthesis -Version 8.1.1
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="Synthesis" Version="8.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Synthesis --version 8.1.1
#r "nuget: Synthesis, 8.1.1"
#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.
// Install Synthesis as a Cake Addin
#addin nuget:?package=Synthesis&version=8.1.1

// Install Synthesis as a Cake Tool
#tool nuget:?package=Synthesis&version=8.1.1

Synthesis is a universal object mapper with LINQ support for Sitecore 7.2-8. Use the same strongly typed objects to run queries against search indexes or the database, or transparently convert from indexed to database when necessary. Supports fully polymorphic Sitecore template inheritance via a generated interface hierarchy.

This package contains both the Synthesis core library and the configuration for it, which is appropriate for web projects. Install Synthesis.Core if you only want the library.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.1.1 299 3/17/2015
8.1.0 119 2/20/2015
8.0.1 39 2/20/2015
8.0.0 49 2/13/2015
8.0.0-beta02 37 2/3/2015
8.0.0-beta01 57 1/16/2015
7.3.3 196 1/8/2015
7.2.1 655 11/16/2014
7.2.0 191 7/8/2014
7.2.0-beta01 47 4/29/2014
7.0.1 268 11/14/2013
7.0.0 73 10/2/2013
6.0.0 52 8/14/2013
5.0.2 54 5/30/2013

Multiple configurations, better compiler, MVC bug fixes