FeralExpressionsCore 1.8.9
See the version list below for details.
dotnet add package FeralExpressionsCore --version 1.8.9
NuGet\Install-Package FeralExpressionsCore -Version 1.8.9
<PackageReference Include="FeralExpressionsCore" Version="1.8.9" />
paket add FeralExpressionsCore --version 1.8.9
#r "nuget: FeralExpressionsCore, 1.8.9"
// Install FeralExpressionsCore as a Cake Addin #addin nuget:?package=FeralExpressionsCore&version=1.8.9 // Install FeralExpressionsCore as a Cake Tool #tool nuget:?package=FeralExpressionsCore&version=1.8.9
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 | Versions 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.0
- FeralExpressionsCore.Generator (>= 1.8.9)
- Microsoft.EntityFrameworkCore (>= 2.0.1)
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 | 111 | 9/13/2024 |
5.3.1 | 105 | 9/3/2024 |
5.3.0 | 98 | 9/3/2024 |
5.2.0 | 62 | 7/24/2024 |
5.1.0 | 379 | 8/27/2022 |
5.0.0-efcore5.preview7-rc1 | 453 | 8/4/2020 |
5.0.0-efcore5.preview7 | 289 | 8/4/2020 |
3.1.0 | 137 | 8/27/2022 |
3.1.0-preview2 | 330 | 5/28/2021 |
3.1.0-preview1 | 776 | 2/14/2020 |
3.0.2 | 593 | 2/14/2020 |
3.0.1-preview2 | 565 | 10/2/2019 |
3.0.1-preview | 309 | 10/2/2019 |
3.0.0-preview | 320 | 7/1/2019 |
1.8.9 | 636 | 7/24/2019 |
1.7.0 | 674 | 5/30/2019 |
1.6.2 | 654 | 5/1/2019 |
1.6.1 | 675 | 3/14/2019 |
1.6.0 | 760 | 11/24/2018 |
1.5.1 | 849 | 11/23/2018 |
1.5.0 | 829 | 10/21/2018 |
1.4.0-alpha | 738 | 8/28/2018 |
1.3.3-alpha | 780 | 8/6/2018 |
1.3.1-alpha | 841 | 8/6/2018 |
1.3.0-alpha | 756 | 8/6/2018 |
1.2.0-alpha | 944 | 2/2/2018 |
1.1.2-alpha | 886 | 2/1/2018 |
1.1.1-alpha | 924 | 2/1/2018 |
1.1.0-alpha | 904 | 1/30/2018 |
Added the -f option to the generator, to allow one file with all input files listed in it. Works around an issue where CMD only allows 8192 characters max for arguments.