RobertGiesecke
-
- 771,380 total downloads
- last updated 8/16/2015
- Latest version: 1.2.7
A set of compile-time libraries (nothing to deploy) and a build task that enable you to export functions from managed code to native applications. That means, you can create plugins in a managed language like C# or F# for native applications that only have a C-Api (like Notepad++). The... More information -
- 762,485 total downloads
- last updated 3/8/2019
- Latest version: 2.0.0
This is a fork of Daniel Bradley's C# implementation of the Tarjan cycle detection algorithm. (https://github.com/danielrbradley/CycleDetection) You can use this library to sort dependencies and even handle cyclic references. e.g. to compile stuff in the right order. I found it to be... More information -
- 3,848 total downloads
- last updated 4/5/2015
- Latest version: 1.1.2
This is an msbuild target that will try to create the key file that is used by the project it is installed to when it doesn't exist already. Which is a well known problem for open source projects: You do want to sign your assemblies, but you don't want to give away the key file. -
- 2,859 total downloads
- last updated 5/12/2015
- Latest version: 1.0.1.1
This is a simple library to read and write CSV files. Simple means it doesn't have fancy mapping to DTOs or anything like that. It's main purpose is to read CSV to dictionaries or write dictionaries to CSV. But to do it correctly (i.e. not messing up when it encounters line breaks).