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.
<PackageVersion Include="FeralExpressions" Version="1.2.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="FeralExpressions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=FeralExpressions&version=1.2.2-alpha&prerelease
                    
Install FeralExpressions as a Cake Addin
#tool nuget:?package=FeralExpressions&version=1.2.2-alpha&prerelease
                    
Install FeralExpressions as a Cake Tool

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 975 8/3/2018
1.2.1-alpha 914 8/3/2018
1.2.0-alpha 1,088 2/2/2018
1.1.2-alpha 1,073 2/1/2018
1.1.1-alpha 1,119 2/1/2018
1.1.0-alpha 1,109 1/30/2018
1.0.3 1,365 1/7/2018
1.0.2 1,285 1/7/2018
1.0.1 1,182 7/27/2017
1.0.0 1,153 7/27/2017
0.0.1-alpha 1,000 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.