FeralExpressionsCore 5.3.2

dotnet add package FeralExpressionsCore --version 5.3.2
                    
NuGet\Install-Package FeralExpressionsCore -Version 5.3.2
                    
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="5.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FeralExpressionsCore" Version="5.3.2" />
                    
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 5.3.2
                    
#r "nuget: FeralExpressionsCore, 5.3.2"
                    
#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.
#:package FeralExpressionsCore@5.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FeralExpressionsCore&version=5.3.2
                    
Install as a Cake Addin
#tool nuget:?package=FeralExpressionsCore&version=5.3.2
                    
Install 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 net8.0 is compatible.  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. 
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 169 9/13/2024
5.3.1 134 9/3/2024
5.3.0 121 9/3/2024
5.2.0 89 7/24/2024
5.1.0 431 8/27/2022
5.0.0-efcore5.preview7-rc1 526 8/4/2020
5.0.0-efcore5.preview7 357 8/4/2020
3.1.0 181 8/27/2022
3.1.0-preview2 389 5/28/2021
3.1.0-preview1 852 2/14/2020
3.0.2 679 2/14/2020
3.0.1-preview2 648 10/2/2019
3.0.1-preview 396 10/2/2019
3.0.0-preview 401 7/1/2019
1.8.9 725 7/24/2019
1.7.0 768 5/30/2019
1.6.2 745 5/1/2019
1.6.1 766 3/14/2019
1.6.0 854 11/24/2018
1.5.1 941 11/23/2018
1.5.0 939 10/21/2018
1.4.0-alpha 844 8/28/2018
1.3.3-alpha 953 8/6/2018
1.3.1-alpha 1,019 8/6/2018
1.3.0-alpha 931 8/6/2018
1.2.0-alpha 1,223 2/2/2018
1.1.2-alpha 1,166 2/1/2018
1.1.1-alpha 1,201 2/1/2018
1.1.0-alpha 1,186 1/30/2018

- fixed a bug with the .targets file that was preventing updating .expressions.cs files
- fixed a warning about expressions files twice in Compile
- added using System to the .expressions file if it wasnt already there
- updated dependencies to dotnet8 and efcore 6
- fixed a bug where it errored if there were NO .expressions files
- incremental build improvements