AgileObjects.ReadableExpressions 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AgileObjects.ReadableExpressions --version 1.2.0                
NuGet\Install-Package AgileObjects.ReadableExpressions -Version 1.2.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AgileObjects.ReadableExpressions" Version="1.2.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AgileObjects.ReadableExpressions --version 1.2.0                
#r "nuget: AgileObjects.ReadableExpressions, 1.2.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AgileObjects.ReadableExpressions as a Cake Addin
#addin nuget:?package=AgileObjects.ReadableExpressions&version=1.2.0

// Install AgileObjects.ReadableExpressions as a Cake Tool
#tool nuget:?package=AgileObjects.ReadableExpressions&version=1.2.0                

An extension method to produce a readable source code string version of an expression tree.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on AgileObjects.ReadableExpressions:

Package Downloads
AgileObjects.AgileMapper

A zero-configuration, highly-configurable, unopinionated object mapper with viewable execution plans. Flattens, unflattens, deep clones, merges, updates and projects queries. Targets .NET 3.5+ and .NET Standard 1.0+

RaaLabs.Edge.Modules.EventHandling

Package Description

TomSun.AspNetCore.RazorReact

Package Description

IntoItIf.Dsl

The interface of IntoItIf library, decorated by interceptors logic

NiuX

NiuX 基础设施

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on AgileObjects.ReadableExpressions:

Repository Stars
recyclarr/recyclarr
Automatically sync TRaSH Guides to your Sonarr and Radarr instances
UiPath/CoreWF
WF runtime ported to work on .NET 6
axle-h/Retro.Net
Retro hardware libraries in .NET Core with an Angular front end
rikimaru0345/Ceras
Universal binary serializer for a wide variety of scenarios https://discord.gg/FGaCX4c
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
Version Downloads Last updated
4.1.3 66,242 6/29/2024
4.1.2 1,690 6/22/2024
4.1.0 102,504 7/8/2023
4.0.0 189,721 1/6/2023
3.3.0 555,584 4/6/2022
3.2.0 206,282 1/27/2022
3.1.1 28,081 12/15/2021
3.1.0 14,461 11/14/2021
3.0.0 25,555 10/13/2021
3.0.0-preview2 1,969 7/29/2021 3.0.0-preview2 is deprecated because it is no longer maintained.
3.0.0-preview1 1,332 7/2/2021 3.0.0-preview1 is deprecated because it is no longer maintained.
2.6.0 693,743 4/28/2021
2.6.0-preview1 1,774 4/6/2021 2.6.0-preview1 is deprecated because it is no longer maintained.
2.5.1 563,027 7/20/2020
2.5.0 82,802 5/26/2020
2.4.1 2,904 5/18/2020
2.4.0 10,211 5/1/2020
2.3.2 667,689 7/7/2019
2.3.1 6,202 6/16/2019
2.3.0 6,871 5/28/2019
2.2.0 4,482 4/26/2019
2.1.1 200,798 2/7/2019
2.1.0 107,765 12/12/2018
2.0.0 19,109 11/25/2018
1.13.0 12,136 9/27/2018
1.12.1 57,503 7/7/2018
1.11.0 45,986 2/6/2018
1.10.1 13,614 12/20/2017
1.10.0 2,544 12/2/2017
1.9.5 34,652 11/9/2017
1.9.4 2,648 10/17/2017
1.9.3 2,114 10/12/2017
1.9.2 2,719 9/16/2017
1.9.1 84,682 7/27/2017
1.9.0 2,881 7/11/2017
1.8.6 22,856 5/13/2017
1.8.5 3,269 5/6/2017
1.8.3 16,870 3/11/2017
1.8.2 5,856 1/25/2017
1.8.1 2,630 12/10/2016
1.8.0 3,285 11/12/2016
1.7.2 2,538 10/21/2016
1.7.1 2,523 10/5/2016
1.7.0 1,883 10/5/2016
1.6.5 3,139 9/17/2016
1.6.4 3,145 8/2/2016
1.6.3 2,001 7/23/2016
1.6.2 2,107 7/13/2016
1.6.1 2,061 7/10/2016
1.6.0 2,036 6/25/2016
1.5.2 2,987 6/10/2016
1.5.0 2,065 5/30/2016
1.4.2 2,037 5/19/2016
1.4.0 2,028 5/11/2016
1.3.0 1,924 5/9/2016
1.2.0 2,169 4/25/2016
1.1.2 2,016 4/19/2016
1.1.1 2,080 4/13/2016
1.1.0 1,905 4/7/2016
1.0.3 1,996 4/5/2016
1.0.1 1,963 3/25/2016
1.0.0 2,511 2/27/2016
0.5.1 1,919 1/20/2016
0.5.0 2,107 1/17/2016
0.4.0 2,285 1/16/2016
0.3.0 2,668 1/14/2016
0.2.0 2,068 11/5/2015
0.1.0 2,272 11/4/2015

- Support for translation of RuntimeType constants
- Ensuring method arguments aren't terminated
- Support for var assignment of variables in non-nested 'sibling' blocks
- Maintaining surrounding parentheses for method calls on cast objects
- Improving boolean comparison translation
- Support for method groups as method call arguments
- Adding break statements to switch cases
- Improved detection of when return keywords are required in conditionals
- Support for assignment of assignment results
- Tidying array and list initialisation translation
- Removing '.00' from numeric translations and adding 'd' double suffix
- Splitting long method call chains onto multiple lines
- Support for catch blocks with no Exception variable
- Translating default DateTime and TimeSpan constants using 'default()'