DigitallyCreated.ExpressionTreeRewriter
1.0.2
dotnet add package DigitallyCreated.ExpressionTreeRewriter --version 1.0.2
NuGet\Install-Package DigitallyCreated.ExpressionTreeRewriter -Version 1.0.2
<PackageReference Include="DigitallyCreated.ExpressionTreeRewriter" Version="1.0.2" />
paket add DigitallyCreated.ExpressionTreeRewriter --version 1.0.2
#r "nuget: DigitallyCreated.ExpressionTreeRewriter, 1.0.2"
// Install DigitallyCreated.ExpressionTreeRewriter as a Cake Addin #addin nuget:?package=DigitallyCreated.ExpressionTreeRewriter&version=1.0.2 // Install DigitallyCreated.ExpressionTreeRewriter as a Cake Tool #tool nuget:?package=DigitallyCreated.ExpressionTreeRewriter&version=1.0.2
A small utility library that allows the rewriting of expression trees using methods as marker points for the rewriting process.
Learn more about Target Frameworks and .NET Standard.
This package has 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.
- Added InlineMaybe marker method for easier null-checking in queries
- Fixed a bug where you could not inline a lambda where a parameter to the marker method was an expression and not another parameter
- Fixed crash that could be caused by trying to inline an expression that uses a static method in it.