FeralExpressionsCore.Generator NuGet Package

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;.




Got any FeralExpressionsCore.Generator Question?





Info

Version: 5.1.0
Author(s): ruben morton
Last Update: Saturday, August 27, 2022
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/ze1tgeist/FeralExpressions
NuGet Url: https://www.nuget.org/packages/FeralExpressionsCore.Generator


Install
Install-Package FeralExpressionsCore.Generator
dotnet add package FeralExpressionsCore.Generator
paket add FeralExpressionsCore.Generator
FeralExpressionsCore.Generator Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

avg-downloads-per-day

4

days-since-last-release

580