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: 2 months 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 (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T13:32:20.000Z (6 months ago)
- Last Synced: 2025-03-24T07:22:30.998Z (3 months ago)
- Topics: dotnet, dotnet-standard, library, utilities
- Language: C#
- Homepage: http://markembling.info/2013/07/markembling-utils
- Size: 6.75 MB
- Stars: 1
- Watchers: 2
- 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.