PortableExtensions 1.0.18.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PortableExtensions --version 1.0.18.1
NuGet\Install-Package PortableExtensions -Version 1.0.18.1
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="PortableExtensions" Version="1.0.18.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PortableExtensions --version 1.0.18.1
#r "nuget: PortableExtensions, 1.0.18.1"
#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 PortableExtensions as a Cake Addin
#addin nuget:?package=PortableExtensions&version=1.0.18.1

// Install PortableExtensions as a Cake Tool
#tool nuget:?package=PortableExtensions&version=1.0.18.1

PortableExtensions is a set of .Net extension methods build as portable class library.
PortableExtensions enhance the .Net framework by adding a bunch of methods to increase developer’s productivity.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.4.102 1,322 5/18/2015
1.1.4.97 1,211 5/16/2015
1.1.3 1,029 5/13/2015
1.1.2 1,048 5/13/2015
1.1.1 1,063 5/8/2015
1.1.0 1,142 4/8/2015
1.0.19 1,228 10/27/2014
1.0.18.3 1,067 10/17/2014
1.0.18.2 1,112 10/17/2014
1.0.18.1 1,075 10/17/2014
1.0.18 1,123 10/17/2014
1.0.17.2 1,093 10/1/2014
1.0.17.1 1,082 9/30/2014
1.0.17 1,109 9/22/2014
1.0.16 1,154 9/15/2014
1.0.15 1,102 8/29/2014
1.0.14 1,124 8/19/2014
1.0.13 1,156 8/12/2014
1.0.12 1,103 8/5/2014
1.0.11.1 1,071 8/4/2014
1.0.11 1,095 7/21/2014
1.0.10 1,090 7/18/2014
1.0.9 1,088 7/17/2014
1.0.8 1,103 7/16/2014
1.0.7 1,123 7/15/2014
1.0.6 1,141 7/14/2014
1.0.5 1,339 7/4/2014
1.0.4 1,163 6/27/2014
1.0.3 1,174 6/25/2014
1.0.2.4 1,083 6/19/2014
1.0.2.3 1,090 6/19/2014
1.0.2.2 1,120 6/18/2014
1.0.2.1 1,138 6/18/2014
1.0.2 1,163 6/18/2014
1.0.1 1,155 6/18/2014
1.0.0 1,116 6/18/2014

- Improve Object.GetName, add support for LambdaExpressions
- Add Expression.TryGetMemberExpression
- Implement new unit tests