https://github.com/wbaldoumas/atrea-extensions
Useful extension methods for .NET.
https://github.com/wbaldoumas/atrea-extensions
csharp dictionary-extensions dotnet-extensions extension-methods extensions ienumerable ienumerable-extensions string-extensions
Last synced: 11 months ago
JSON representation
Useful extension methods for .NET.
- Host: GitHub
- URL: https://github.com/wbaldoumas/atrea-extensions
- Owner: wbaldoumas
- License: mit
- Created: 2020-02-23T22:12:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T06:32:21.000Z (11 months ago)
- Last Synced: 2025-06-26T01:40:45.239Z (11 months ago)
- Topics: csharp, dictionary-extensions, dotnet-extensions, extension-methods, extensions, ienumerable, ienumerable-extensions, string-extensions
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# atrea-extensions
Useful extension methods for .NET.
| | **Active Integrations** |
| --- | --- |
| **Build** | [](https://github.com/itabaiyu/atrea-extensions/actions?query=workflow%3Adotnetcore)
| **NuGet** | [](https://www.nuget.org/packages/atrea.extensions/) [](https://www.nuget.org/packages/Atrea.Extensions/)
| **Test Coverage** | [](https://coveralls.io/github/itabaiyu/atrea-extensions?branch=master)
| **License** | [](https://github.com/itabaiyu/atrea-extensions/blob/master/LICENSE)
| **Documentation** | [](https://github.com/itabaiyu/atrea-extensions/blob/master/documentation/Atrea-Extensions.md)
## Installation
Package manager:
```
Install-Package Atrea.Extensions -Version 1.3.0
```
.NET CLI:
```
dotnet add package Atrea.Extensions --version 1.3.0
```
#### Release Notes:
*For detailed release notes, see the [releases page](https://github.com/itabaiyu/atrea-extensions/releases).*
- **1.3.0**
- Added the `CartestianProduct` extension method for `IEnumerable>`
- **1.2.1**
- Added additional NuGet package metadata
- **1.2.0**
- Added `StringExtensions`
- Added `StringExtensionsTests`
- **1.1.0**
- Added `DictionaryExtensions`
- Added `DictionaryExtensionsTests`
- **1.0.0**
- Initial release, with `EnumerableExtensions`
---
#### Related Projects:
* [Atrea.PolicyEngine](https://github.com/itabaiyu/atrea-policyengine)
* [Atrea.Utilities](https://github.com/itabaiyu/atrea-utilities)
**Show your support by contributing or starring the repo!** :star::star::star::star::star: