TreeCollections 1.0.0.4
See the version list below for details.
dotnet add package TreeCollections --version 1.0.0.4
NuGet\Install-Package TreeCollections -Version 1.0.0.4
<PackageReference Include="TreeCollections" Version="1.0.0.4" />
paket add TreeCollections --version 1.0.0.4
#r "nuget: TreeCollections, 1.0.0.4"
// Install TreeCollections as a Cake Addin #addin nuget:?package=TreeCollections&version=1.0.0.4 // Install TreeCollections as a Cake Tool #tool nuget:?package=TreeCollections&version=1.0.0.4
A generic tree library in C# that focuses on hierarchical entity representations. It features full LINQ querying, intuitive manipulation of nodes, error detection, class extensibility (e.g. to accommodate business rules), and format conversion / serialization.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. 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 (2)
Showing the top 2 NuGet packages that depend on TreeCollections:
Package | Downloads |
---|---|
LCTCS.AppFramework.Caching
LCTCS App Framework | Caching |
|
LCTCS.AppFramework.v3.Server.Caching
LCTCS App Framework | Server | Caching |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.4 | 135,359 | 6/8/2019 |
1.0.3 | 530,023 | 4/15/2018 |
1.0.2 | 4,144 | 10/3/2016 |
1.0.1 | 1,529 | 10/3/2016 |
1.0.0.9 | 1,687 | 9/2/2016 |
1.0.0.8 | 1,757 | 7/24/2016 |
1.0.0.7 | 1,693 | 7/21/2016 |
1.0.0.6 | 1,646 | 7/20/2016 |
1.0.0.5 | 1,671 | 7/20/2016 |
1.0.0.4 | 1,666 | 7/19/2016 |
1.0.0.3 | 1,652 | 7/18/2016 |
1.0.0.2 | 1,678 | 7/16/2016 |
1.0.0.1 | 1,754 | 7/15/2016 |
1.0.0 | 2,056 | 7/15/2016 |
EntityTreeNode copy and compress operations have modified method signatures to allow for more robust mapping. Now, the Func parameter that maps to a new item type uses the source node, not the source item.