CodeProject.ObjectPool 1.10.1

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

// Install CodeProject.ObjectPool as a Cake Tool
#tool nuget:?package=CodeProject.ObjectPool&version=1.10.1

A generic, concurrent, portable and flexible Object Pool for the .NET Framework, completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T).
Library is production ready and it is successfully working in real life systems.

Original source code has been modified, in order to introduce a Parameterized Object Pool, already drafted by Ofir Makmal in the comments of the article.
Moreover, a few unit tests have been added, in order to improve code reliability, and a lot of other small changes have also been applied.
Of course, all modified source code is freely available at the project URL of this package.

Many thanks to Ofir Makmal for his great work.

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

NuGet packages (3)

Showing the top 3 NuGet packages that depend on CodeProject.ObjectPool:

Package Downloads
StackExchange.Redis.ConnectionPool

StackExchange.Redis‘s ConnectionPool.

CodeProject.ObjectPool.MicrosoftExtensionsAdapter

A generic, concurrent, portable and flexible Object Pool for .NET. This package contains an adapter for Microsoft.Extensions.ObjectPool abstraction.

Chain.Redis.Extensions

增加key是否存在判断

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CodeProject.ObjectPool:

Repository Stars
Difegue/Stylophone
A pretty cool™️ MPD client in .NET. Based on MpcNET.
Version Downloads Last updated
6.5.0 7,313 2/15/2024
6.4.0 10,647 11/16/2023
6.3.0 17,296 4/13/2023
6.2.0 13,503 12/18/2022
6.1.1 18,610 10/25/2022
6.1.0 17,143 11/20/2021
6.0.0 2,801 11/3/2021
5.0.5 4,969 11/1/2021
5.0.4 259 9/26/2021
5.0.3 2,120 6/13/2021
5.0.2 7,306 12/26/2020
5.0.1 9,540 11/14/2020
5.0.0 5,700 11/1/2020
4.0.2 34,876 2/23/2020
4.0.1 16,149 6/22/2019
3.2.4 6,754 6/13/2019
3.2.3 2,046 5/12/2019
3.2.2 165,871 10/28/2017
3.2.1 39,831 9/30/2017
3.2.0 1,207 8/17/2017
3.1.1 1,084 7/3/2017
3.1.0 1,092 6/26/2017
3.0.3 3,754 4/8/2017
2.2.2 1,641 1/8/2017
2.2.1 1,410 12/18/2016
2.1.1 26,381 9/18/2016
2.1.0 1,185 9/18/2016
2.0.5 1,354 8/23/2016
2.0.4 1,086 8/20/2016
2.0.2 1,437 8/20/2016
2.0.1 1,466 8/7/2016
1.10.1 20,727 2/27/2016
1.9.0 2,532 10/11/2015
1.8.0 2,257 9/12/2015
1.7.0 3,967 9/6/2015
1.6.0 5,093 5/16/2015
1.5.0 1,149 5/2/2015
1.3.5 2,252 4/12/2015
1.3.3 1,212 4/4/2015
1.3.1 10,307 1/6/2015
1.3.0 1,698 1/5/2015
1.0.8 1,422 12/8/2014
1.0.6 7,811 9/6/2014
1.0.5 1,192 8/19/2014
1.0.4 3,466 8/18/2014

* Fixed AssemblyVersion, now it will not change anymore between minor releases.