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

https://github.com/mpewsey/common

A library of common classes.
https://github.com/mpewsey/common

collections common math-library random-number-generation serialization

Last synced: 2 months ago
JSON representation

A library of common classes.

Awesome Lists containing this project

README

        

# Common

[![Tests](https://github.com/mpewsey/Common/actions/workflows/tests.yml/badge.svg?event=push)](https://github.com/mpewsey/Common/actions/workflows/tests.yml)
[![Docs](https://github.com/mpewsey/Common/actions/workflows/docs.yml/badge.svg?event=push)](https://mpewsey.github.io/Common)
[![codecov](https://codecov.io/gh/mpewsey/Common/branch/main/graph/badge.svg?token=Q1LDU83FAQ)](https://codecov.io/gh/mpewsey/Common)
![.NET Standard](https://img.shields.io/badge/.NET%20Standard-2.0-blue)
[![NuGet](https://img.shields.io/nuget/v/MPewsey.Common?label=NuGet)](https://www.nuget.org/packages/MPewsey.Common/)

A library of common classes:

* Collections - Data Contract serializable collections, as well as collections not included in the standard library.
* Random - Data Contract serializable random seed that produces static results across .NET versions.
* Mathematics - Extra math functions and vector structs.
* Pipelines - Components for building a sequential execution pipeline.
* Serialization - Helper methods for serializing Data Contract objects.