RockLib.Collections
1.0.0-alpha03
Prefix Reserved
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
<PackageReference Include="RockLib.Collections" Version="1.0.0-alpha03" />
paket add RockLib.Collections --version 1.0.0-alpha03
#r "nuget: RockLib.Collections, 1.0.0-alpha03"
// 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 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.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
An easy-to-use crypto API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 1,097 | 1/4/2024 |
3.0.0-alpha.1 | 75 | 1/4/2024 |
2.0.0 | 11,999 | 1/31/2022 |
1.0.6 | 117,040 | 8/11/2021 |
1.0.5 | 6,304 | 5/6/2021 |
1.0.4 | 5,017 | 2/10/2021 |
1.0.3 | 67,741 | 8/14/2020 |
1.0.2 | 1,897 | 7/30/2020 |
1.0.1 | 67,920 | 2/7/2019 |
1.0.0 | 1,115 | 2/1/2019 |
1.0.0-alpha04 | 542 | 1/27/2019 |
1.0.0-alpha03 | 615 | 1/17/2019 |
1.0.0-alpha02 | 587 | 1/17/2019 |
1.0.0-alpha01 | 630 | 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.