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.
- Host: GitHub
- URL: https://github.com/alastairlundy/collectionsextensions
- Owner: alastairlundy
- License: mit
- Created: 2024-07-08T20:52:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:45:44.000Z (about 1 year ago)
- Last Synced: 2025-03-28T18:33:21.310Z (about 1 year ago)
- Topics: collection-extension, collections, csharp-library, dictionary-extensions, extension-methods, ienumerable-extension, ienumerable-extensions
- Language: C#
- Homepage:
- Size: 367 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# CollectionsExtensions
Extensions to C# IEnumerables, ICollections, and more to improve them.
[](https://www.nuget.org/packages/AlastairLundy.Extensions.Collections/)
[](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.