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.
Tavenem.Extensions is available as a NuGet package.
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.
Contributions are always welcome. Please carefully read the contributing document to learn more before submitting issues or pull requests.
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.