Ecosyste.ms: Packages

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

Top 9.7% downloads on nuget.org

nuget.org : feralexpressionscore.generator

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;

Registry - Homepage - JSON
purl: pkg:nuget/feralexpressionscore.generator
Keywords: Linq, EntityFramework, Expressions, Inline
License: MIT
Latest release: almost 2 years ago
First release: almost 6 years ago
Dependent packages: 1
Downloads: 25,944 total
Stars: 1 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago

    Loading...
    Readme
    Loading...