Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/markembling/markembling.utilities
- Owner: markembling
- License: mit
- Created: 2013-07-17T18:19:23.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:32:20.000Z (6 days ago)
- Last Synced: 2024-12-20T13:48:48.270Z (6 days ago)
- Topics: dotnet, dotnet-standard, library, utilities
- Language: C#
- Homepage: http://markembling.info/2013/07/markembling-utils
- Size: 6.74 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.