![]() |
VOOZH | about |
dotnet add package Recyclable.Collections.TestData --version 0.0.3.6
NuGet\Install-Package Recyclable.Collections.TestData -Version 0.0.3.6
<PackageReference Include="Recyclable.Collections.TestData" Version="0.0.3.6" />
<PackageVersion Include="Recyclable.Collections.TestData" Version="0.0.3.6" />Directory.Packages.props
<PackageReference Include="Recyclable.Collections.TestData" />Project file
paket add Recyclable.Collections.TestData --version 0.0.3.6
#r "nuget: Recyclable.Collections.TestData, 0.0.3.6"
#:package Recyclable.Collections.TestData@0.0.3.6
#addin nuget:?package=Recyclable.Collections.TestData&version=0.0.3.6Install as a Cake Addin
#tool nuget:?package=Recyclable.Collections.TestData&version=0.0.3.6Install as a Cake Tool
Recyclable.Collections.TestData project is a basic open source package for containing test data useful for testing collections like RecyclableList<T>, RecyclableLongList<T>, List<T>, SortableList<T>, PriorityQueue<T> & similar.
CustomICollection<T> with ICollection interfaceCustomICollectionT<T> with ICollection<T> interfaceCustomIList<T> with IList interfaceCustomIListT<T> with IList<T> interfaceCustomIReadOnlyList<T> with IReadOnlyList<T> interfaceEnmerableWithoutCount<T> with IEnumerable & IEnumerable<T> interfacesRecyclableLongListTestData| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Recyclable.Collections.TestData:
| Package | Downloads |
|---|---|
|
Recyclable.Collections.TestData.xUnit
`Recyclable.Collections.TestData.xUnit` project is a basic open source package for working with repeatable xUnit test data useful for testing collections like `RecyclableList<T>`, `RecyclableLongList<T>`, `List<T>`, `SortableList<T>`, `PriorityQueue<T>` & similar. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.0.3.6 | 346 | 2/19/2024 | |
| 0.0.3.5 | 357 | 1/17/2024 | 0.0.3.5 is deprecated because it is no longer maintained. |
| 0.0.3.4 | 357 | 12/27/2023 | 0.0.3.4 is deprecated because it is no longer maintained. |
| 0.0.3.3 | 288 | 12/17/2023 | 0.0.3.3 is deprecated because it is no longer maintained. |
| 0.0.3.2 | 335 | 11/20/2023 | 0.0.3.2 is deprecated because it is no longer maintained. |
| 0.0.3.1 | 287 | 10/21/2023 | 0.0.3.1 is deprecated because it is no longer maintained. |
| 0.0.3 | 293 | 10/21/2023 | 0.0.3 is deprecated because it is no longer maintained. |
| 0.0.2 | 252 | 10/21/2023 | 0.0.2 is deprecated because it is no longer maintained. |
| 0.0.1 | 289 | 10/21/2023 | 0.0.1 is deprecated because it is no longer maintained. |
CreateBigSourceDataWithBlockSize() will yield only items count + block size if the number of blocks fits max array size.