TreeCollections 1.0.0.9
See the version list below for details.
dotnet add package TreeCollections --version 1.0.0.9
NuGet\Install-Package TreeCollections -Version 1.0.0.9
<PackageReference Include="TreeCollections" Version="1.0.0.9" />
paket add TreeCollections --version 1.0.0.9
#r "nuget: TreeCollections, 1.0.0.9"
// Install TreeCollections as a Cake Addin #addin nuget:?package=TreeCollections&version=1.0.0.9 // Install TreeCollections as a Cake Tool #tool nuget:?package=TreeCollections&version=1.0.0.9
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. Tutorial available in the project site.
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 | 144,095 | 6/8/2019 |
1.0.3 | 532,538 | 4/15/2018 |
1.0.2 | 4,166 | 10/3/2016 |
1.0.1 | 1,555 | 10/3/2016 |
1.0.0.9 | 1,714 | 9/2/2016 |
1.0.0.8 | 1,788 | 7/24/2016 |
1.0.0.7 | 1,717 | 7/21/2016 |
1.0.0.6 | 1,666 | 7/20/2016 |
1.0.0.5 | 1,696 | 7/20/2016 |
1.0.0.4 | 1,688 | 7/19/2016 |
1.0.0.3 | 1,680 | 7/18/2016 |
1.0.0.2 | 1,704 | 7/16/2016 |
1.0.0.1 | 1,781 | 7/15/2016 |
1.0.0 | 2,083 | 7/15/2016 |
Re-ordered input parameters of a specialized ItemTree.Build extension method to avoid ambiguous method signatures with another specialized EntityTree.Build extension method. Now, type parameters do not have to be explicitly used in a call to either of these methods.