SkillAgentSearch skills...

ExpressionFutures

Scratch pad for various expression tree improvements.

Install / Use

/learn @bartdesmet/ExpressionFutures
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Expression Tree API Futures

This repo contains various suggested expression tree improvements for System.Linq.Expressions, including:

  • Microsoft.CSharp.Expressions with C# specific expression nodes for language constructs added after C# 3.0 (see CSharpExpressions)
  • Fixes to work around some of the existing limitations in the expression compiler, e.g. for TryFault (see ExceptionHandlerLowering)
  • An example for a proposed expression types language feature which enables other types to be used as expression trees (see ExpressionLikeTypes).
  • Tools to manipulate expression trees. These were shipped as part of Reaqtive in the Nuqleon libraries.
View on GitHub
GitHub Stars82
CategoryDevelopment
Updated4mo ago
Forks12

Languages

C#

Security Score

77/100

Audited on Nov 29, 2025

No findings