https://github.com/reinterpretcat/csharp-libs
This repository contains my own C# libraries which I used for different projects in the past
https://github.com/reinterpretcat/csharp-libs
c-sharp dependency-injection rx straight-skeleton
Last synced: 6 months ago
JSON representation
This repository contains my own C# libraries which I used for different projects in the past
- Host: GitHub
- URL: https://github.com/reinterpretcat/csharp-libs
- Owner: reinterpretcat
- License: apache-2.0
- Created: 2016-06-09T21:07:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T14:22:08.000Z (over 6 years ago)
- Last Synced: 2025-03-22T06:41:39.399Z (7 months ago)
- Topics: c-sharp, dependency-injection, rx, straight-skeleton
- Language: C#
- Homepage:
- Size: 223 KB
- Stars: 35
- Watchers: 5
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
This repository contains different C# libraries which I use in different projects:
* utydepend - dependency injection container
* utyrx - reactive extensions fork which is based on unirx fork.
* straight_skeleton - straight skeleton implementation which is port of kendzi's implementation