SharpExtensions 0.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharpExtensions --version 0.0.23
                    
NuGet\Install-Package SharpExtensions -Version 0.0.23
                    
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.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpExtensions" Version="0.0.23" />
                    
Directory.Packages.props
<PackageReference Include="SharpExtensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpExtensions --version 0.0.23
                    
#r "nuget: SharpExtensions, 0.0.23"
                    
#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.
#:package SharpExtensions@0.0.23
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpExtensions&version=0.0.23
                    
Install as a Cake Addin
#tool nuget:?package=SharpExtensions&version=0.0.23
                    
Install as a Cake Tool

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 15,447 10/15/2016
1.0.3 1,390 10/15/2016
1.0.0.3 1,474 11/15/2017
0.1.7 1,902 7/15/2016
0.1.6 1,841 7/15/2016
0.1.5 1,909 2/24/2016
0.1.4 1,988 8/20/2015
0.1.2 2,021 1/2/2015
0.1.1 2,420 12/30/2014
0.1.0 2,239 12/30/2014
0.0.26 2,026 7/3/2014
0.0.25 1,983 5/27/2014
0.0.24 1,983 5/27/2014
0.0.23 2,046 5/27/2014
0.0.22 2,003 5/20/2014
0.0.21 2,034 5/20/2014
0.0.20 2,080 5/15/2014
0.0.19 1,753 1/23/2014
0.0.18 1,819 1/18/2014
0.0.17 1,799 1/16/2014
0.0.16 2,074 1/16/2014
0.0.15 2,032 1/16/2014
0.0.14 2,096 1/15/2014
0.0.13 2,030 1/10/2014
0.0.12 1,722 1/10/2014
0.0.11 2,078 1/10/2014
0.0.10 2,237 1/7/2014
0.0.9 1,683 1/7/2014
0.0.8-alpha 1,516 1/7/2014
0.0.7-alpha 1,466 1/6/2014
0.0.6-alpha 1,520 1/4/2014
0.0.5-alpha 1,519 12/31/2013
0.0.4-alpha 1,480 12/31/2013
0.0.2-alpha 1,484 12/27/2013
0.0.1-alpha 1,512 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.