RockLib.Collections 1.0.0-alpha03

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Standard 2.0 .NET Framework 4.5.1
This is a prerelease version of RockLib.Collections.
There is a newer version of this package available.
See the version list below for details.
dotnet add package RockLib.Collections --version 1.0.0-alpha03
NuGet\Install-Package RockLib.Collections -Version 1.0.0-alpha03
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="RockLib.Collections" Version="1.0.0-alpha03" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RockLib.Collections --version 1.0.0-alpha03
#r "nuget: RockLib.Collections, 1.0.0-alpha03"
#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 RockLib.Collections as a Cake Addin
#addin nuget:?package=RockLib.Collections&version=1.0.0-alpha03&prerelease

// Install RockLib.Collections as a Cake Tool
#tool nuget:?package=RockLib.Collections&version=1.0.0-alpha03&prerelease

Various classes related to collections.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.1

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RockLib.Collections:

Package Downloads
RockLib.Encryption The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

An easy-to-use crypto API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 2,365 1/31/2022
1.0.6 60,807 8/11/2021
1.0.5 4,864 5/6/2021
1.0.4 4,319 2/10/2021
1.0.3 66,401 8/14/2020
1.0.2 1,442 7/30/2020
1.0.1 63,559 2/7/2019
1.0.0 690 2/1/2019
1.0.0-alpha04 433 1/27/2019
1.0.0-alpha03 482 1/17/2019
1.0.0-alpha02 479 1/17/2019
1.0.0-alpha01 505 1/16/2019

RockLib.Collections version 1.0.0-alpha03

- Adds `strict` flag to `NamedCollection<T>` constructor and `ToNamedCollection` extension method.
 - When true, if there is more than one default value or more than one value with the same name, an `ArgumentException` is thrown.
 - When false, if there are duplicates, then the "last one wins" strategy is employed, where later items overwrite earlier items.
- `NamedCollection<T>` throws better exceptions in its constructor and indexer.