Surrogates 1.5.3.34790

dotnet add package Surrogates --version 1.5.3.34790
                    
NuGet\Install-Package Surrogates -Version 1.5.3.34790
                    
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="Surrogates" Version="1.5.3.34790" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Surrogates" Version="1.5.3.34790" />
                    
Directory.Packages.props
<PackageReference Include="Surrogates" />
                    
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 Surrogates --version 1.5.3.34790
                    
#r "nuget: Surrogates, 1.5.3.34790"
                    
#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=Surrogates&version=1.5.3.34790
                    
Install Surrogates as a Cake Addin
#tool nuget:?package=Surrogates&version=1.5.3.34790
                    
Install Surrogates as a Cake Tool

Surrogates is a direct and versatile object masher, which injects aspects and functionalities into any code. It hooks on your regular OOP and ables you to add highly abstracted features that otherwise, would imply in many replicated lines of code, inheritance, helpers and/or maintenance.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Surrogates:

Package Downloads
Surrogates.Aspects

Surrogates comes with an open door for developers to create and use their own aspects. To help their endeavors, this project comes with a couple of useful extensions to the original project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.3.34790 1,427 2/18/2016
1.5.2.37249 1,394 11/26/2015
1.5.2.30913 1,388 10/22/2015
1.5.2.26327 1,184 10/22/2015
1.5.2.24796 1,177 10/21/2015
1.5.1.32854 1,493 8/7/2015
1.5.1.23956 1,518 8/4/2015
1.5.1.21201 1,171 10/21/2015
1.5.1.4 1,165 10/21/2015
1.5.0 1,565 4/2/2015
1.0.0.2 1,455 3/10/2015
1.0.0.1 1,282 10/8/2014
1.0.0 1,276 10/8/2014
0.0.9 1,222 9/30/2014

Thanks to a friend, I extended the cloner to a parser able to transfer values between objects of different types.