The Expressions library enables language-level code expressions to be represented as objects in the
form
of expression trees at runtime,
for example, a method call or a binary operation such as x < y.
This enables dynamic analysis of lambda's code, usually for building fluent interfaces.
Version2.6.1compared with
Version Details
| 2.6.0 | 2.6.1 | |
|---|---|---|
| Release date | Nov 20, 2020 | Dec 22, 2020 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.