Xtender 1.0.2
Extension library based on the Visitor design pattern with the SOLID design principles kept in mind. Useful for building up custom algorithms/extensions for i.e. the traversal of composite structures. Contains two versions, V1 is using the Chain-of-Responsibility pattern and/or Decorator pattern and the second version, V2, uses a dictionary. There is another package for Dependency Injection usage.
Install-Package Xtender -Version 1.0.2
dotnet add package Xtender --version 1.0.2
<PackageReference Include="Xtender" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xtender --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xtender:
Package | Downloads |
---|---|
Xtender.DependencyInjection
The Dependency Injection extension in regards to the Xtender library. Provides an extension method that can be used with the Microsoft Dependency Injection library.
|
GitHub repositories
This package is not used by any popular GitHub repositories.