Synthesis 8.0.1

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

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.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Synthesis:

Package Downloads
Synthesis.Mvc

Automatic injection of Synthesis models for Sitecore MVC view renderings. This package contains the core library and configuration and is appropriate for the web project. NOTE: Synthesis 9.1.0 and above requires Sitecore 9.1.0 or higher

Synthesis.Solr

Adds Solr support to Synthesis. This package contains the core library and configuration and is appropriate for the web project. NOTE: Synthesis 9.1.0 and above requires Sitecore 9.1.0 or higher

Synthesis.Blade

Extends Synthesis to support integration with the Blade presentation framework for Sitecore. Synthesis types can then be used in Blade views as models without the need for a discrete presenter. This package is designed to be installed on a web project, and includes configuration files.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.1.7-sc93 3,532 12/1/2022
9.1.7-beta2 478 11/12/2022
9.1.6 50,759 4/23/2022
9.1.5 44,243 11/23/2021
9.1.4 3,972 8/29/2021
9.1.2.1 8,261 6/13/2021
9.1.2 1,010 6/10/2021
9.1.0.2 136,327 5/15/2019
9.1.0.2-beta1 1,362 3/25/2019
9.1.0.1 20,219 12/18/2018
9.1.0.1-beta1 850 12/6/2018
9.0.1 52,311 4/12/2018
9.0.1-RC01 1,273 2/19/2018
9.0.0 2,400 10/19/2019
8.2.7-RC02 1,953 2/14/2018
8.2.7-RC01 3,262 12/27/2017
8.2.6 26,823 4/26/2017
8.2.5 3,982 1/3/2017
8.2.4 2,131 12/8/2016
8.2.3 1,666 11/22/2016
8.2.2 1,597 11/18/2016
8.2.2-RC03 1,185 11/18/2016
8.2.2-RC02 1,225 10/20/2016
8.2.2-RC01 1,128 10/20/2016
8.2.1 2,032 6/7/2016
8.2.1-RC03 1,173 6/6/2016
8.2.0 3,205 10/28/2015
8.1.1 3,247 3/17/2015
8.1.0 2,772 2/20/2015
8.0.1 1,933 2/20/2015
8.0.0 1,529 2/13/2015
8.0.0-beta02 1,243 2/3/2015
8.0.0-beta01 1,139 1/16/2015
7.3.3 3,573 1/8/2015
7.2.1 2,481 11/16/2014
7.2.0 1,820 7/8/2014
7.2.0-beta01 1,323 4/29/2014
7.0.1 1,970 11/14/2013
7.0.0 1,923 10/2/2013
6.0.0 1,538 8/14/2013
5.0.2 1,840 5/30/2013

Multiple configurations, better compiler, MVC bug fixes