FeralExpressionsCore 3.0.0-preview

This is a prerelease version of FeralExpressionsCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FeralExpressionsCore --version 3.0.0-preview
                    
NuGet\Install-Package FeralExpressionsCore -Version 3.0.0-preview
                    
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="FeralExpressionsCore" Version="3.0.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FeralExpressionsCore" Version="3.0.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="FeralExpressionsCore" />
                    
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 FeralExpressionsCore --version 3.0.0-preview
                    
#r "nuget: FeralExpressionsCore, 3.0.0-preview"
                    
#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=FeralExpressionsCore&version=3.0.0-preview&prerelease
                    
Install FeralExpressionsCore as a Cake Addin
#tool nuget:?package=FeralExpressionsCore&version=3.0.0-preview&prerelease
                    
Install FeralExpressionsCore as a Cake Tool

FeralExpressionsCore 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
5.3.2 149 9/13/2024
5.3.1 125 9/3/2024
5.3.0 113 9/3/2024
5.2.0 77 7/24/2024
5.1.0 413 8/27/2022
5.0.0-efcore5.preview7-rc1 502 8/4/2020
5.0.0-efcore5.preview7 337 8/4/2020
3.1.0 165 8/27/2022
3.1.0-preview2 371 5/28/2021
3.1.0-preview1 830 2/14/2020
3.0.2 653 2/14/2020
3.0.1-preview2 625 10/2/2019
3.0.1-preview 367 10/2/2019
3.0.0-preview 378 7/1/2019
1.8.9 701 7/24/2019
1.7.0 740 5/30/2019
1.6.2 720 5/1/2019
1.6.1 742 3/14/2019
1.6.0 832 11/24/2018
1.5.1 919 11/23/2018
1.5.0 913 10/21/2018
1.4.0-alpha 820 8/28/2018
1.3.3-alpha 909 8/6/2018
1.3.1-alpha 970 8/6/2018
1.3.0-alpha 889 8/6/2018
1.2.0-alpha 1,153 2/2/2018
1.1.2-alpha 1,094 2/1/2018
1.1.1-alpha 1,133 2/1/2018
1.1.0-alpha 1,113 1/30/2018

supports efcore 3.x preview (not backward compatible. Do not use with Efcore 2.x)