Ecosyste.ms: Awesome
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
csharp-library extension-methods ienumerable-extensions
Last synced: 19 days ago
JSON representation
Extensions to C# IEnumerables, ICollections, and more to improve them.
- Host: GitHub
- URL: https://github.com/alastairlundy/collectionsextensions
- Owner: alastairlundy
- License: mit
- Created: 2024-07-08T20:52:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T19:54:32.000Z (25 days ago)
- Last Synced: 2024-12-09T20:37:52.499Z (25 days ago)
- Topics: csharp-library, extension-methods, ienumerable-extensions
- Language: C#
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
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 |
|---------------------------------------|--------------------------------------------------|
| >= 5.4.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.