Recently Added Projects
SharpCompress
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip are implemented
dotnet-repl
C# an F# REPL (read-eval-print loop)
Lib.Harmony
Rewrite mono and C# methods at the runtime, Either write a method that will be executed, or edit the code of the method in IL, mainly used for game modding.
IKVM
A Java Virtual Machine and Bytecode-to-IL Converter for .NET. Execute compiled Java code (bytecode) on .NET Framework or .NET Core.
Amplifier.NET
Write and compile your own kernel function using C# and Amplifier will take care of running it on your favourite hardware. Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code.
Iron Python 3
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.
Iron Python 2
Implementation of the Python 2 programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).
Roslyn-linq-rewrite
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
LinqOptimizer
An automatic query optimizer-compiler for Sequential and Parallel LINQ
Netjs
.NET to TypeScript and JavaScript compiler. Portable Class Libraries work great for this. You can even pass EXEs.
Nemerle
Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system.
AspNet.Metrics
Capturing CLR, application-level web request metrics. Middleware and extensions using Metrics-Net
Metrics-Net
The Metrics.NET library provides a way of instrumenting applications with custom metrics (timers, histograms, counters etc) that can be reported in various ways and can provide insights on what is happening inside a running application
Gendarme
Extensible rule-based tool to find problems in .NET applications and libraries. It is part of Mono that is been discontinued.
StyleCop
StyleCop analyzes C# source code to enforce a set of style and consistency rules
N2CMS
Open source, lightweight, code-first CMS able to seamlessly integrate into any MVC project.
RunInfoBuilder
A unique command line parser, utilizing object trees for commands. This library provides a clean and simple API for parsing program arguments into a RunInfo object.
ReadLine
ReadLine is a GNU Readline like library built in pure C#. It can serve as a drop in replacement for the inbuilt Console.ReadLine() and brings along with it some of the terminal goodness you get from unix shells, like command history navigation and tab auto completion.
Fluent Command Line Parser
A simple, strongly typed .NET C# command-line parser library using a fluent easy to use interface
clipr
A CLI library inspired by Python's argparse that transforms a command line into a strongly-typed object. It supports custom argument types, automated (and localized) help generation, and a variety of ways to store parsed arguments.