/Common

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

Primary LanguageC#GNU Lesser General Public License v3.0LGPL-3.0

Emzi's Common Code

NuGet

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. 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.