Metadata >> NuGet >> DigitallyCreated.ExpressionTreeRewriter

DigitallyCreated.ExpressionTreeRewriter

Metadata

Authors Daniel Chambers & Contributors
Copyrights Copyright 2015
Description A small utility library that allows the rewriting of expression trees using methods as marker points for the rewriting process.
LicenseUrl https://github.com/daniel-chambers/ExpressionTreeRewriter/blob/master/LICENCE.txt
Owners Daniel Chambers & Contributors
ProjectUrl https://github.com/daniel-chambers/ExpressionTreeRewriter
ReleaseNotes - 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.
RequireLicenseAcceptance False
Tags expression-trees linq c# csharp
Title Expression Tree Rewriter
PackageSize 25498
PackageHashAlgorithm SHA512
PackageHash 32fvJ9znp7qNL4Z3BVCShYs68JopOzSTMZt3u+H4VXEZOqwXr2+XY0GvN5zzKR3TgUF6qhDYO4FcuKBz17mQWw==
DownloadCount 000000
CreatedDate 2015-01-23T13:38:31

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install DigitallyCreated.ExpressionTreeRewriter -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install DigitallyCreated.ExpressionTreeRewriter -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package DigitallyCreated.ExpressionTreeRewriter
Installing the package (HTTP Basic authentication):
Install-Package DigitallyCreated.ExpressionTreeRewriter -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package DigitallyCreated.ExpressionTreeRewriter -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package DigitallyCreated.ExpressionTreeRewriter

OpenWrap

Installing the package:
o add-wrap DigitallyCreated.ExpressionTreeRewriter
Uninstalling the package:
o remove-wrap DigitallyCreated.ExpressionTreeRewriter

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.2
1.0.1
1.0.0