SharpExtensions 0.0.24

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

// Install SharpExtensions as a Cake Tool
#tool nuget:?package=SharpExtensions&version=0.0.24

A collection of extension methods to make things a bit easier, including Task, Enum, String, and Uri extensions.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SharpExtensions:

Package Downloads
PingMeSharp

A library for interacting with the Cloud Manager / Ops Manager API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 14,723 10/15/2016
1.0.3 1,010 10/15/2016
1.0.0.3 1,108 11/15/2017
0.1.7 1,337 7/15/2016
0.1.6 1,273 7/15/2016
0.1.5 1,347 2/24/2016
0.1.4 1,418 8/20/2015
0.1.2 1,438 1/2/2015
0.1.1 1,841 12/30/2014
0.1.0 1,652 12/30/2014
0.0.26 1,438 7/3/2014
0.0.25 1,391 5/27/2014
0.0.24 1,381 5/27/2014
0.0.23 1,454 5/27/2014
0.0.22 1,413 5/20/2014
0.0.21 1,442 5/20/2014
0.0.20 1,483 5/15/2014
0.0.19 1,174 1/23/2014
0.0.18 1,209 1/18/2014
0.0.17 1,208 1/16/2014
0.0.16 1,491 1/16/2014
0.0.15 1,442 1/16/2014
0.0.14 1,501 1/15/2014
0.0.13 1,443 1/10/2014
0.0.12 1,135 1/10/2014
0.0.11 1,491 1/10/2014
0.0.10 1,363 1/7/2014
0.0.9 1,104 1/7/2014
0.0.8-alpha 946 1/7/2014
0.0.7-alpha 895 1/6/2014
0.0.6-alpha 953 1/4/2014
0.0.5-alpha 928 12/31/2013
0.0.4-alpha 903 12/31/2013
0.0.2-alpha 919 12/27/2013
0.0.1-alpha 949 12/27/2013

Added a CappedCollection type that will discard the oldest item when the maximum size is reached and a new item is inserted. Removed extra "RefEliminators"