Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.5% dependent packages on nuget.org

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 - Homepage - JSON
purl: pkg:nuget/feralexpressions.generator
Keywords: Linq, EntityFramework, Expressions, Inline
License:
Latest release: over 6 years ago
First release: almost 7 years ago
Dependent packages: 2
Downloads: 13,307 total
Stars: 1 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

    Loading...
    Readme
    Loading...