Skip to content

Commit 0497302

Browse files
update readme
1 parent 2caf285 commit 0497302

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ trees to handle asynchronous workflows and other language constructs.
2323

2424
* **Other Expressions**
2525
* `StringFormatExpression`: An expression that creates a string using a supplied format string and parameters.
26+
* `ConfigurationExpression`: An expression that allows access to IConfiguration.
27+
* `InjectExpression`: An expression that allows for depency inject from a IServiceProvider.
2628
* `DebugExpression`: An expression that helps when debugging expression trees.
2729

2830
* Supports Fast Expression Compiler (FEC) for improved performance.

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ trees to handle asynchronous workflows and other language constructs.
2828

2929
* **Other Expressions**
3030
* `StringFormatExpression`: An expression that creates a string using a supplied format string and parameters.
31+
* `ConfigurationExpression`: An expression that allows access to IConfiguration.
32+
* `InjectExpression`: An expression that allows for depency inject from a IServiceProvider.
3133
* `DebugExpression`: An expression that helps when debugging expression trees.
3234

3335
* Supports Fast Expression Compiler (FEC) for improved performance.

0 commit comments

Comments
 (0)