HexagonSoftware.ExpressionTransforms 2021.6.9.5

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

// Install HexagonSoftware.ExpressionTransforms as a Cake Tool
#tool nuget:?package=HexagonSoftware.ExpressionTransforms&version=2021.6.9.5                

Expression Transformations is a utility library that relies of manipulation of System.Linq.Expressions.Expression instances to simplify basic tasks.

An example of the kind of problem you might want to solve with this is binding outgoing values from observables to the setters of properties as in the following code snippet.

var Observable = new Observable();
var Target = new Target();
Observable.BindTo(() => Target.Value);
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2021.6.15.3 410 6/15/2021
2021.6.15.2 352 6/15/2021
2021.6.15.1 328 6/15/2021
2021.6.9.7 295 6/9/2021
2021.6.9.6 319 6/9/2021
2021.6.9.5 353 6/9/2021
2021.6.9.4 344 6/9/2021
2021.6.9.3 348 6/9/2021
2021.6.9.2 322 6/9/2021
2021.6.9.1 349 6/9/2021
2021.6.8.1 360 6/9/2021