CodeProject.ObjectPool
1.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CodeProject.ObjectPool --version 1.3.1
NuGet\Install-Package CodeProject.ObjectPool -Version 1.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="CodeProject.ObjectPool" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeProject.ObjectPool --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodeProject.ObjectPool, 1.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 CodeProject.ObjectPool as a Cake Addin #addin nuget:?package=CodeProject.ObjectPool&version=1.3.1 // Install CodeProject.ObjectPool as a Cake Tool #tool nuget:?package=CodeProject.ObjectPool&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A generic, concurrent and flexible Object Pool for the .NET Framework, completely based on the Code Project article of Ofir Makmal (http://goo.gl/4qig6T).
Source code has been modified a bit, in order to introduce a Parameterized Object Pool, already drafted in the comments of the article.
Modified source code is freely available at the project URL of this package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- PommaLabs.GRAMPA (>= 2.1.2)
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.
|
* Now a portable library, targeting .NET 4.5, Windows 8 and Windows Phone 8/8.1. There is also a .NET 4.0 (client) DLL.