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

https://github.com/prasadhonrao/csharp.extensionmethods

Set of commonly used extension methods in C#
https://github.com/prasadhonrao/csharp.extensionmethods

csharp dotnet extension-methods nuget

Last synced: about 1 year ago
JSON representation

Set of commonly used extension methods in C#

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/PrasadHonrao/CSharp.ExtensionMethods.svg?branch=master)](https://travis-ci.org/PrasadHonrao/CSharp.ExtensionMethods)
[![Code Coverage](https://codecov.io/gh/PrasadHonrao/CSharp.ExtensionMethods/branch/master/graph/badge.svg)](https://codecov.io/gh/PrasadHonrao/CSharp.ExtensionMethods)

# CSharp.ExtensionMethods

Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type. **CSharp.ExtensionMethods** is a set of such commonly used C# extension methods.

## Quickstart
The latest release of the CSharp.ExtensionMethods is available on [NuGet](https://www.nuget.org/packages/CSharp.ExtensionMethods/0.0.1-alpha)

## Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for [contributing](https://github.com/PrasadHonrao/CSharp.Extensions/blob/master/CONTRIBUTING.md) and then check out one of our [issues](https://github.com/PrasadHonrao/CSharp.Extensions/issues).