An open API service indexing awesome lists of open source software.

https://github.com/alastairlundy/collectionsextensions

Extensions to C# IEnumerables, ICollections, and more to improve them.
https://github.com/alastairlundy/collectionsextensions

collection-extension collections csharp-library dictionary-extensions extension-methods ienumerable-extension ienumerable-extensions

Last synced: about 1 year ago
JSON representation

Extensions to C# IEnumerables, ICollections, and more to improve them.

Awesome Lists containing this project

README

          

# CollectionsExtensions

Extensions to C# IEnumerables, ICollections, and more to improve them.

[![NuGet](https://img.shields.io/nuget/v/AlastairLundy.Extensions.Collections.svg)](https://www.nuget.org/packages/AlastairLundy.Extensions.Collections/)
[![NuGet](https://img.shields.io/nuget/dt/AlastairLundy.Extensions.Collections.svg)](https://www.nuget.org/packages/AlastairLundy.Extensions.Collections/)

## Features

## Support
This can be added to any .NET Standard 2.0, .NET Standard 2.1, or .NET 8 compatible Application or Library.

### Compatibility

| Collections Extensions Version series | .NET Targets supported |
|---------------------------------------|--------------------------------------------------|
| >= 6.0.0 | .NET Standard 2.0, .NET Standard 2.1, .NET 8, and .NET 9 |
| >= 5.4.0 && < 6.0.0 | .NET Standard 2.0, .NET Standard 2.1, and .NET 8 |
| < 5.4.0 | .NET 8 |

## License
This project is licensed under the MIT license.

This is not legal advice. If you have any questions over licensing please contact an attorney.