Skip to content

Commit 63c148f

Browse files
authored
Update README.md
1 parent a755cc5 commit 63c148f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## ReadableExpressions
2-
AgileObjects.ReadableExpressions is a Portable Class Library written in C# exposing an extension method for the
3-
[Expression](https://msdn.microsoft.com/en-us/library/system.linq.expressions.expression.aspx) class which converts
4-
Expressions or entire [Expression Trees](https://msdn.microsoft.com/en-us/library/bb397951.aspx) into a readable string format.
2+
3+
[![NuGet](http://img.shields.io/nuget/v/AgileObjects.ReadableExpressions.svg)](https://www.nuget.org/packages/AgileObjects.ReadableExpressions)
4+
5+
ReadableExpressions is an extension method for the [Expression](https://msdn.microsoft.com/en-us/library/system.linq.expressions.expression.aspx) class and set of Debugger Visualizers to produce readable, source-code string versions of [Expression Trees](https://msdn.microsoft.com/en-us/library/bb397951.aspx). It targets [.NETStandard 1.0](https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard) and .NET 4.0.
56

67
### Usage
78
The extension method (in the namespace `AgileObjects.ReadableExpressions`) is used like so:

0 commit comments

Comments
 (0)