The personal GitHub site of developer Adrian Mos.
I have started some open-source projects to offer some extra value to the open-source community and to ease my work on commercial projects. All of them are released under the MIT license, as it is the simplest and offers the most liberty.
Should anyone wish to contribute to any of my open-source projects, please read the contributing guidelines first and feel free to create as many pull requests as you wish.
These projects are provided 100% free of charge, and no donations will be taken.
The first open-source project that I started, IX.Retry is a library for re-attempting possibly failed operations.
NuGet release:
(stable) and
(unstable, if any)
Build health:
A major open-source project, IX.Observable offers a more proper set of observable collections, like an observable dictionary, an observable queue, an observable stack and an observable master/slave collection, which acts as an aggregation of multiple collections, etc.
NuGet release:
(stable) and
(unstable, if any)
Build health:
Another major open-source project, IX.Math deals with transforming text into something meaningful from a computer perspective. Input x+2 and it generates a delegate that requires one parameter and returns that value, incremented by 2.
NuGet release:
(stable) and
(unstable, if any)
Build health:
This project came as a result of too many “Why didn’t they just make this mockable in the first place?” questions. IX.Abstractions (as the name implies) abstracts some code that was made to be built-in, like file and folder operations, by forcing the functionality into neatly-organized interfaces that mimic their original functionality.
NuGet release:
(stable) and
(unstable, if any)
Build health:
The first project that mostly deals with the UI side, IX.Undoable offers a framework for undo and redo operations.
NuGet release:
(stable) and
(unstable, if any)
Build health:
The last actively-developed project on the list, IX.StandardExtensions is a set of extension methods made in order to make life easier and more standardized when developing with .NET.
NuGet release:
(stable) and
(unstable, if any)
Build health: