Kotz.Collections 3.0.0

dotnet add package Kotz.Collections --version 3.0.0
                    
NuGet\Install-Package Kotz.Collections -Version 3.0.0
                    
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="Kotz.Collections" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kotz.Collections" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Kotz.Collections" />
                    
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 Kotz.Collections --version 3.0.0
                    
#r "nuget: Kotz.Collections, 3.0.0"
                    
#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 Kotz.Collections@3.0.0
                    
#: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=Kotz.Collections&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Kotz.Collections&version=3.0.0
                    
Install as a Cake Tool

Kotz.Collections

Defines the following collection types:

  • RendedArray<T>
    • Wrapper for an array rented from a System.Buffers.ArrayPool<T>.
  • RingBuffer<T>
    • Represents a fixed-size collection of T objects that can be accessed by index. Writing always moves forward and, when it hits the end of the buffer, it starts writing from the beginning, overwriting old data.
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0 112 12/30/2024
3.0.0-nightly-077 86 12/30/2024
2.3.3-nightly-076 95 10/22/2024
2.3.3-nightly-075 125 5/25/2024
2.3.2 165 5/25/2024
2.3.1 168 5/25/2024
2.3.0 156 5/24/2024
2.3.0-nightly-070 113 5/24/2024
2.3.0-nightly-069 131 5/24/2024
2.3.0-nightly-068 128 5/24/2024
2.3.0-nightly-067 120 5/24/2024
2.3.0-nightly-066 133 5/24/2024
2.3.0-nightly-065 122 5/23/2024
2.3.0-nightly-064 120 5/23/2024
2.3.0-nightly-062 130 5/16/2024
2.2.2-nightly-059 122 4/16/2024
2.2.2-nightly-058 119 4/10/2024
2.2.2-nightly-057 125 4/9/2024
2.2.2-nightly-056 125 4/4/2024
2.2.1 170 3/21/2024
2.2.1-nightly-054 107 3/21/2024
2.2.1-nightly-053 124 3/20/2024
2.2.1-nightly-051 133 3/16/2024
2.2.0 235 12/17/2023
2.2.0-nightly-049 133 12/23/2023
2.2.0-nightly-048 118 12/17/2023
2.2.0-nightly-042 135 9/23/2023
2.2.0-nightly-041 146 9/23/2023
2.2.0-nightly-039 142 9/23/2023
2.1.1 187 9/23/2023
2.1.1-nightly-038 121 9/16/2023
2.1.1-nightly-037 157 8/19/2023
2.1.0 183 8/11/2023
2.1.0-nightly-036 170 8/11/2023
2.1.0-nightly-035 170 5/20/2023
2.1.0-nightly-034 203 1/9/2023
2.1.0-nightly-033 191 12/2/2022
2.0.0 476 11/23/2022
2.0.0-nightly-028 163 11/3/2022
2.0.0-nightly-027 209 10/19/2022
2.0.0-nightly-026 184 10/9/2022
2.0.0-nightly-025 195 10/8/2022
2.0.0-nightly-023 208 9/25/2022
2.0.0-nightly-021 211 9/23/2022
2.0.0-nightly-020 222 9/15/2022
2.0.0-nightly-018 268 9/15/2022
2.0.0-nightly-017 196 8/23/2022
2.0.0-nightly-016 203 8/22/2022
2.0.0-nightly-015 218 7/17/2022
2.0.0-nightly-014 226 7/17/2022
1.1.2 669 4/14/2022
1.1.2-nightly-09 226 6/1/2022
1.1.2-nightly-013 246 7/17/2022
1.1.2-nightly-012 249 7/2/2022
1.1.2-nightly-011 224 6/19/2022
1.1.2-nightly-010 216 6/19/2022
1.1.1-nightly-07 244 4/14/2022
1.1.1-nightly-06 239 4/14/2022
1.1.0 609 4/12/2022
1.0.0 615 4/7/2022
1.0.0-nightly-04 235 4/7/2022
1.0.0-nightly 274 4/7/2022