Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 13 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T16:13:33.000Z (6 months ago)
- Last Synced: 2024-05-22T17:33:27.193Z (6 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** | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/itabaiyu/atrea-extensions/dotnetcore)](https://github.com/itabaiyu/atrea-extensions/actions?query=workflow%3Adotnetcore)
| **NuGet** | [![NuGet Badge](https://buildstats.info/nuget/atrea.extensions)](https://www.nuget.org/packages/atrea.extensions/) [![Nuget](https://img.shields.io/nuget/v/atrea.extensions)](https://www.nuget.org/packages/Atrea.Extensions/)
| **Test Coverage** | [![Coverage Status](https://coveralls.io/repos/github/itabaiyu/atrea-extensions/badge.svg?branch=master)](https://coveralls.io/github/itabaiyu/atrea-extensions?branch=master)
| **License** | [![GitHub](https://img.shields.io/github/license/itabaiyu/atrea-extensions)](https://github.com/itabaiyu/atrea-extensions/blob/master/LICENSE)
| **Documentation** | [![Documentation](https://img.shields.io/badge/%F0%9F%93%84-documentation-informational)](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: