ExpressiveReflection 1.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package ExpressiveReflection --version 1.2.4
NuGet\Install-Package ExpressiveReflection -Version 1.2.4
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="ExpressiveReflection" Version="1.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressiveReflection --version 1.2.4
#r "nuget: ExpressiveReflection, 1.2.4"
#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 ExpressiveReflection as a Cake Addin
#addin nuget:?package=ExpressiveReflection&version=1.2.4

// Install ExpressiveReflection as a Cake Tool
#tool nuget:?package=ExpressiveReflection&version=1.2.4

Tools to simplify coding with the .NET reflection APIs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ExpressiveReflection:

Package Downloads
ExpressiveAssertions

Flexible assertion library leveraging the .NET expression tree syntax

ExpressiveExpressionTrees

This is a source only distribution of the ExpressiveExpressionTrees library that can be embedded inside of other projects / libraries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,186 1/8/2018
2.0.0 6,166 9/28/2017
1.4.1 1,002 3/25/2017
1.4.0 950 1/31/2017
1.3.3 941 1/30/2017
1.3.2 985 1/19/2017
1.3.1 974 1/19/2017
1.3.0 1,023 1/14/2017
1.2.7 994 12/29/2016
1.2.6 1,030 3/10/2016
1.2.5 1,066 2/2/2016
1.2.4 1,035 2/2/2016
1.2.3 1,024 1/30/2016
1.2.2 1,045 1/30/2016
1.2.1 1,049 1/29/2016
1.2.0 1,258 1/28/2016
1.1.0 1,349 10/29/2015
1.0.1 1,297 10/23/2015
1.0.0 1,269 10/23/2015

* 1.2.4 - after hitting some issues with filesystem path length limitations renaming the folder the Sources package installs to in the hopes of minimizing the filename slizes
     * 1.2.3 - last attempt at packaging didn't work right when multiple projcets included the same package in the solution so rewrote it again to use .pp transformations
     * 1.2.2 - this is a large scale rewrite of the Sources distrbution, making this Sources package safer for use, however no new functionality was added otherwise
     * 1.2.1 - bumping the version to fix some minor things in the soruce package
     * 1.2.0 - added getValue(MemberInfo) / setValue(MemberInfo) methods to MemberReflection
     * 1.2.0 - add ExpressiveReflection.Extensions namespace and exposed most functionality as extension methods on their corresponding types