Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/markembling/markembling.utilities

A collection of common extension methods, helpers and other frequently used code for .NET.
https://github.com/markembling/markembling.utilities

dotnet dotnet-standard library utilities

Last synced: 5 days ago
JSON representation

A collection of common extension methods, helpers and other frequently used code for .NET.

Awesome Lists containing this project

README

        

MarkEmbling.Utilities
=====================

A collection of common extension methods, helpers and other frequently used code. This package serves to keep them all together and allows easy re-use and versioning across projects.

This package is [available on NuGet](https://www.nuget.org/packages/MarkEmbling.Utilities/) and targets .NET Standard 2.0 and .NET 4.5.

Tests based on [xUnit](https://xunit.github.io/) can be found in the `tests/MarkEmbling.Utilities.Tests` project.