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

https://github.com/emzi0767/common

Assortment of various common types and utilities for my other programming projects.
https://github.com/emzi0767/common

csharp csharp-library dotnet dotnet-core dotnet-framework library netcore netfx

Last synced: about 1 year ago
JSON representation

Assortment of various common types and utilities for my other programming projects.

Awesome Lists containing this project

README

          

# Emzi's Common Code

[![NuGet][2]][1]

This library is a collection of reusable components I use across my various projects. While contributions are not
unwelcome, you will need to provide me with a solid reason as to why your code should be included.

## Requirements
The library is built for .NET 8. Some prior versions of this library support older targets, but note that their API is
also more limited as a result. These targets are the ones I use in my personal projects, and I simply have no need to
target older runtimes.

## Installation and usage
You can obtain the latest stable releases from [NuGet][1]. To test latest features, you can build the `master` branch
yourself.

## Documentation and examples
The library is very small, and as all members are documented via XML docs, you should have no problems navigating
around using just IntelliSense.

If you need more information, just browse the source.

[1]: https://nuget.org/packages/Emzi0767.Common
[2]: https://img.shields.io/nuget/v/Emzi0767.Common.svg?style=for-the-badge&label=NuGet