A collection of useful extension methods used within the Tavenem family of projects and packages.


Keywords
extensions
License
MIT
Install
Install-Package Tavenem.Extensions -Version 2.2.0

Documentation

build NuGet downloads

Tavenem.Extensions

Tavenem.Extensions is a collection of useful extension methods used within the Tavenem family of projects and packages. Although its target audience is primarily internal (other Tavenem libraries), it is freely available to other developers who might find these extensions helpful.

The library currently consists of extensions to the IEnumerable<T> and IDictionary<T> interfaces, as well as the StringBuilder class. There are a limited number of classes and each method is well-documented, so the best way to see what is currently included is to browse the source.

Installation

Tavenem.Extensions is available as a NuGet package.

Roadmap

Tavenem.Extensions is a relatively stable helper library which sees minimal development. Although additions and bugfixes are always possible, no specific updates are planned at this time.

Contributing

Contributions are always welcome. Please carefully read the contributing document to learn more before submitting issues or pull requests.

Code of conduct

Please read the code of conduct before engaging with our community, including but not limited to submitting or replying to an issue or pull request.