Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
Narumikazuchi edited this page Sep 17, 2021 · 10 revisions

Logo

Utility Library

This library originally contained all classes that I used in my projects more than once. I made them universal instead of being hardcoded for the project in question and added them to the library in order to reuse them whenever needed. With time the library grew and not all aspects were needed in every project. That's when I decided to split them into organized individual pieces and also publish them on github as well as nuget.org.

Common

The common library hold those features, that I think are independed and can get used everywhere. While some features are strictly speaking no longer needed, like the EnumValidator class, I leave them in for my own convinience.

Clone this wiki locally