Skip to content

mpewsey/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common

Tests Docs codecov .NET Standard NuGet

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.