FeralExpressions 1.2.2-alpha

This is a prerelease version of FeralExpressions.
dotnet add package FeralExpressions --version 1.2.2-alpha
NuGet\Install-Package FeralExpressions -Version 1.2.2-alpha
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="FeralExpressions" Version="1.2.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FeralExpressions --version 1.2.2-alpha
#r "nuget: FeralExpressions, 1.2.2-alpha"
#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 FeralExpressions as a Cake Addin
#addin nuget:?package=FeralExpressions&version=1.2.2-alpha&prerelease

// Install FeralExpressions as a Cake Tool
#tool nuget:?package=FeralExpressions&version=1.2.2-alpha&prerelease

FeralExpressions defines the expansion method .Inline() which can be called on either an expression,
or an IQueryable. It replaces method calls in the expression with the method body.
In order for this to work, the method must
(a) be declared in a partial class
(b) have an expression body
(c) have any references to this explicitly written

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.2.2-alpha 886 8/3/2018
1.2.1-alpha 833 8/3/2018
1.2.0-alpha 959 2/2/2018
1.1.2-alpha 947 2/1/2018
1.1.1-alpha 984 2/1/2018
1.1.0-alpha 983 1/30/2018
1.0.3 1,209 1/7/2018
1.0.2 1,148 1/7/2018
1.0.1 1,080 7/27/2017
1.0.0 1,055 7/27/2017
0.0.1-alpha 904 7/25/2017

- Removed dependencies on Microsoft Build framework from the Generator, as it was causing problems with core.  Just run it as an exe.