BrightSword.Feber 1.0.0

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

Feber is a library that developers can use to vastly improve the performance of common reflection-based code.
Feber is developed in C# 4.0 and depends heavily on lambdas and expressions, but most of it is abstracted away from the users of the library.

It consists of a few functions which can generate these complex lambda sets for each property in a property-set.

The strength of the Feber library is its flexibility. It can generate composite lambda-sets for any user-defined operation, so one can generate object copiers, comparators, mappers and serializers, fully dynamically, with almost no loss of performance when compared with explicit coding.

Furthermore, the Feber library is fully capable of supporting dynamic object types and can automate the property-access and property-change operations natively. This means that any generated class can be used with dynamic object arguments with a minimum of coding overhead.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.16 173 10/8/2013
1.0.15 63 9/29/2013
1.0.14 61 7/5/2013
1.0.13 239 6/2/2013
1.0.12 63 6/2/2013
1.0.11 57 6/2/2013
1.0.10 59 6/2/2013
1.0.9 58 6/2/2013
1.0.8 129 4/24/2013
1.0.7 58 4/10/2013
1.0.6 59 1/31/2013
1.0.5 59 12/30/2012
1.0.4 59 12/30/2012
1.0.3 60 12/30/2012
1.0.2 58 11/20/2012
1.0.1 57 11/20/2012
1.0.0 58 10/14/2012