Neuronic.CollectionModel
1.4.1
See the version list below for details.
dotnet add package Neuronic.CollectionModel --version 1.4.1
NuGet\Install-Package Neuronic.CollectionModel -Version 1.4.1
<PackageReference Include="Neuronic.CollectionModel" Version="1.4.1" />
paket add Neuronic.CollectionModel --version 1.4.1
#r "nuget: Neuronic.CollectionModel, 1.4.1"
// Install Neuronic.CollectionModel as a Cake Addin #addin nuget:?package=Neuronic.CollectionModel&version=1.4.1 // Install Neuronic.CollectionModel as a Cake Tool #tool nuget:?package=Neuronic.CollectionModel&version=1.4.1
Utility .Net library for declarative collection handling. It provides a set of query methods, resembling the ones in LINQ, which operate on read-only observable lists and collections, instead of IEnumerable.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has 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 |
---|---|---|
2.1.1 | 238 | 11/28/2023 |
2.0.0 | 573 | 10/8/2020 |
1.6.1 | 1,000 | 9/18/2017 |
1.6.0 | 889 | 9/4/2017 |
1.4.1 | 919 | 9/1/2017 |
1.3.0 | 910 | 8/23/2017 |
1.2.0 | 941 | 8/18/2017 |
1.0.0 | 936 | 7/10/2017 |
0.1.9 | 1,024 | 2/20/2017 |
0.1.8 | 982 | 2/15/2017 |
0.1.7 | 888 | 2/3/2017 |
0.1.6 | 936 | 12/1/2016 |
0.1.5 | 992 | 11/21/2016 |
0.1.4 | 1,037 | 11/18/2016 |
0.1.3 | 949 | 11/15/2016 |
0.1.2 | 940 | 11/11/2016 |
-Implemented the CollectionExcept extension method for the set difference operation between collections.
-Included assemblies for the .Net versions 4.5 and 4.0, the latter with some adaptations due to the missing IReadOnlyCollection and IReadOnlyList interfaces.
-Fixed a big in the SelectableCollectionSelector.