Open.Disposable.ObjectPools 1.0.1

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Open.Disposable.ObjectPools --version 1.0.1
NuGet\Install-Package Open.Disposable.ObjectPools -Version 1.0.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="Open.Disposable.ObjectPools" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Open.Disposable.ObjectPools --version 1.0.1
#r "nuget: Open.Disposable.ObjectPools, 1.0.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 Open.Disposable.ObjectPools as a Cake Addin
#addin nuget:?package=Open.Disposable.ObjectPools&version=1.0.1

// Install Open.Disposable.ObjectPools as a Cake Tool
#tool nuget:?package=Open.Disposable.ObjectPools&version=1.0.1

A set of variations on ObjectPool implementations with differing underlying collections.

Part of the "Open" set of libraries.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.1 is compatible.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Open.Disposable.ObjectPools:

Package Downloads
Open.Threading.ReadWriteHelper

A utility for read-write synchronizing by context. Useful for synchronizing collections that are not inherently thread-safe. Reference to Open.Threading.ReadWrite exposes extensions for ReaderWriterLockSlim. Part of the "Open" set of libraries.

Open.Hierarchy

Interfaces and classes helpful in managing tree-like data structures. Part of the "Open" set of libraries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.9.0 27,024 4/20/2022
2.8.2 10,437 9/29/2021
2.7.0 777 9/28/2021
2.6.7 2,172 7/11/2021
2.6.5 2,339 7/7/2021
2.5.0 48,354 7/16/2020
2.4.2 1,153 7/11/2020
2.4.1 17,336 12/29/2019
2.4.0 1,211 12/19/2019
2.3.3 20,560 7/4/2019

Fixed missing underlying array for array pools.  Regenerated report with added ConcurrentQueueObjectPool.