ExpressiveExpressionTrees 1.1.2
See the version list below for details.
dotnet add package ExpressiveExpressionTrees --version 1.1.2
NuGet\Install-Package ExpressiveExpressionTrees -Version 1.1.2
<PackageReference Include="ExpressiveExpressionTrees" Version="1.1.2" />
paket add ExpressiveExpressionTrees --version 1.1.2
#r "nuget: ExpressiveExpressionTrees, 1.1.2"
// Install ExpressiveExpressionTrees as a Cake Addin #addin nuget:?package=ExpressiveExpressionTrees&version=1.1.2 // Install ExpressiveExpressionTrees as a Cake Tool #tool nuget:?package=ExpressiveExpressionTrees&version=1.1.2
This is a library that simplifies creating / manipulating expression trees.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ExpressiveExpressionTrees:
Package | Downloads |
---|---|
ExpressiveAssertions
Flexible assertion library leveraging the .NET expression tree syntax |
|
ExpressiveLogging
Flexible logging framework based on lambdas and expression trees |
GitHub repositories
This package is not used by any popular GitHub repositories.
* 1.1.2 - Fix bug with ExpressionReplacer.PrepareSearch() / ExpressionReplacer.ReplaceIn() use case
* 1.1.1 - Apparently the binary nuget packages didn't have a dll in them
* 1.1.0 - Added ConvertExpressions() / Split() / Join() / MultiProject() helpers
* 1.1.0 - This is the first release that is also available as a Sources package on nuget
* 1.1.0 - This version imports the Sources nuget package of ExpressiveReflection