nuget.org : feralexpressions.generator
This project supplies compile time support for FeralExpressions. 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;
Registry
-
Source
- JSON
purl: pkg:nuget/feralexpressions.generator
Keywords:
Linq
, EntityFramework
, Expressions
, Inline
License:
Latest release: over 7 years ago
First release: about 8 years ago
Dependent packages: 2
Downloads: 16,820 total
Stars: 1 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago