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 149 12/30/2024
3.0.0-nightly-077 106 12/30/2024
2.3.3-nightly-076 121 10/22/2024
2.3.3-nightly-075 152 5/25/2024
2.3.2 193 5/25/2024
2.3.1 202 5/25/2024
2.3.0 190 5/24/2024
2.3.0-nightly-070 144 5/24/2024
2.3.0-nightly-069 158 5/24/2024
2.3.0-nightly-068 159 5/24/2024
2.3.0-nightly-067 145 5/24/2024
2.3.0-nightly-066 160 5/24/2024
2.3.0-nightly-065 139 5/23/2024
2.3.0-nightly-064 157 5/23/2024
2.3.0-nightly-062 148 5/16/2024
2.2.2-nightly-059 137 4/16/2024
2.2.2-nightly-058 154 4/10/2024
2.2.2-nightly-057 152 4/9/2024
2.2.2-nightly-056 147 4/4/2024
2.2.1 215 3/21/2024
2.2.1-nightly-054 128 3/21/2024
2.2.1-nightly-053 155 3/20/2024
2.2.1-nightly-051 171 3/16/2024
2.2.0 272 12/17/2023
2.2.0-nightly-049 169 12/23/2023
2.2.0-nightly-048 144 12/17/2023
2.2.0-nightly-042 163 9/23/2023
2.2.0-nightly-041 174 9/23/2023
2.2.0-nightly-039 169 9/23/2023
2.1.1 218 9/23/2023
2.1.1-nightly-038 151 9/16/2023
2.1.1-nightly-037 200 8/19/2023
2.1.0 222 8/11/2023
2.1.0-nightly-036 210 8/11/2023
2.1.0-nightly-035 219 5/20/2023
2.1.0-nightly-034 256 1/9/2023
2.1.0-nightly-033 234 12/2/2022
2.0.0 527 11/23/2022
2.0.0-nightly-028 209 11/3/2022
2.0.0-nightly-027 247 10/19/2022
2.0.0-nightly-026 221 10/9/2022
2.0.0-nightly-025 232 10/8/2022
2.0.0-nightly-023 257 9/25/2022
2.0.0-nightly-021 262 9/23/2022
2.0.0-nightly-020 275 9/15/2022
2.0.0-nightly-018 312 9/15/2022
2.0.0-nightly-017 246 8/23/2022
2.0.0-nightly-016 254 8/22/2022
2.0.0-nightly-015 268 7/17/2022
2.0.0-nightly-014 286 7/17/2022
1.1.2 724 4/14/2022
1.1.2-nightly-09 273 6/1/2022
1.1.2-nightly-013 292 7/17/2022
1.1.2-nightly-012 302 7/2/2022
1.1.2-nightly-011 277 6/19/2022
1.1.2-nightly-010 255 6/19/2022
1.1.1-nightly-07 297 4/14/2022
1.1.1-nightly-06 300 4/14/2022
1.1.0 658 4/12/2022
1.0.0 666 4/7/2022
1.0.0-nightly-04 297 4/7/2022
1.0.0-nightly 324 4/7/2022