FeralExpressionsCore.Generator
5.0.0-efcore5.preview7-rc1
This project supplies compile time support for FeralExpressionsCore.
For every.cs file which contains a partial class with one or more expression bodied method, it creates an equivalent of that
method which has the same logic, but is a static Expression property.
For example,
public static string Test(string arg1) => ""abc"" + arg1;
would produce
public static Expression<Func<string,string>> Test_Expression => (string arg1) => ""abc"" + arg1;
Install-Package FeralExpressionsCore.Generator -Version 5.0.0-efcore5.preview7-rc1
dotnet add package FeralExpressionsCore.Generator --version 5.0.0-efcore5.preview7-rc1
<PackageReference Include="FeralExpressionsCore.Generator" Version="5.0.0-efcore5.preview7-rc1" />
paket add FeralExpressionsCore.Generator --version 5.0.0-efcore5.preview7-rc1
#r "nuget: FeralExpressionsCore.Generator, 5.0.0-efcore5.preview7-rc1"
Release Notes
- updated it to efcore 5.0.0.preview7
Dependencies
-
.NETCoreApp 3.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FeralExpressionsCore.Generator:
Package | Downloads |
---|---|
FeralExpressionsCore
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
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.0-efcore5.preview7-rc1 | 113 | 8/4/2020 |
5.0.0-efcore5.preview7 | 112 | 8/4/2020 |
3.1.0-preview1 | 430 | 2/14/2020 |
3.0.2 | 187 | 2/14/2020 |
3.0.1-preview2 | 311 | 10/2/2019 |
3.0.1-preview | 184 | 10/2/2019 |
3.0.0-preview | 184 | 7/1/2019 |
1.8.9 | 228 | 7/24/2019 |
1.7.0 | 267 | 5/30/2019 |
1.6.2 | 253 | 5/1/2019 |
1.6.1 | 270 | 3/14/2019 |
1.6.0 | 392 | 11/24/2018 |
1.5.1 | 410 | 11/23/2018 |
1.5.0 | 380 | 10/21/2018 |
1.4.0-alpha | 340 | 8/28/2018 |
1.3.3-alpha | 443 | 8/6/2018 |
1.3.1-alpha | 395 | 8/6/2018 |
1.3.0-alpha | 385 | 8/6/2018 |