Extensor 1.2.0

dotnet add package Extensor --version 1.2.0
NuGet\Install-Package Extensor -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="Extensor" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Extensor --version 1.2.0
#r "nuget: Extensor, 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 Extensor as a Cake Addin
#addin nuget:?package=Extensor&version=1.2.0

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

Extension methods to ease your everyday development life.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

    • 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.2.0 1,106 4/29/2018
1.1.0 947 4/26/2018
1.0.0 982 4/25/2018

V1.2 Include awesome extensions for the following types:  

bool
int
double
float
long
short
string
object
IEnumerable<T>
DateTime (my favorite so far)  

Addtional documentation can be found in the project repo under https://github.com/jrsosadev/Extensor/blob/dev/Extensor/documentation/Extensor.xml