PLUtilities 0.3.1

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

// Install PLUtilities as a Cake Tool
#tool nuget:?package=PLUtilities&version=0.3.1

A set of .NET Utilities that I have found to be extremely helpful in development.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.1 146 10/17/2013
0.3.0 74 10/5/2013
0.2.0 52 8/28/2013
0.1.0 51 8/27/2013

0.3.1 - IsNullOrEmpty Extension method argument changed from ICollection to IEnumerable, making it work with IList(of T) as well (which doesn't implement ICollection). The method is optimized to use ICollection.Count if its available.