Update dotnet-developer-projects.md

Added two of my open open source projects 
NHunspell and the my powershell besd build tools
pull/162/head
Thomas Maierhofer 2014-12-21 14:53:40 +01:00
parent f254db8f65
commit 94d78b2cf6
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Mjolnir](https://github.com/hudl/Mjolnir) - [Hystrix](https://github.com/Netflix/Hystrix)-inspired fault tolerance with circuit breakers and thread pools. * [Mjolnir](https://github.com/hudl/Mjolnir) - [Hystrix](https://github.com/Netflix/Hystrix)-inspired fault tolerance with circuit breakers and thread pools.
* [MoreLINQ](https://code.google.com/p/morelinq/) - LINQ to Objects is missing a few desirable features. This project will enhance LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ. * [MoreLINQ](https://code.google.com/p/morelinq/) - LINQ to Objects is missing a few desirable features. This project will enhance LINQ to Objects with extra methods, in a manner which keeps to the spirit of LINQ.
* [NetTopologySuite](https://github.com/NetTopologySuite) - A .NET port of the JTS Topology Suite. * [NetTopologySuite](https://github.com/NetTopologySuite) - A .NET port of the JTS Topology Suite.
* [NHunspell](http://www.crawler-lib.net/nhunspell) - Spell Checker, Hyphenation an Theasaurus
* [NodaTime](http://nodatime.org/) - A better date and time API for .NET * [NodaTime](http://nodatime.org/) - A better date and time API for .NET
* [OsmSharp](https://github.com/OsmSharp) - Mapping & Routing library. * [OsmSharp](https://github.com/OsmSharp) - Mapping & Routing library.
* [PocketSharp](https://github.com/ceee/PocketSharp) * [PocketSharp](https://github.com/ceee/PocketSharp)
@ -141,6 +142,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables * [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables
* [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake. * [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake.
* [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies. * [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies.
* [Crawler-Lib Build Tools](http://www.crawler-lib.net/build-tools) - A PowerShell based toolbox for automating the software build process, autmated testing and integration.
* [FsEye](http://www.swensensoftware.com/fseye) - A visual object tree inspector for the F# Interactive. * [FsEye](http://www.swensensoftware.com/fseye) - A visual object tree inspector for the F# Interactive.
* [FsharpLint](http://fsprojects.github.io/FSharpLint/) - Lint tool for F#. * [FsharpLint](http://fsprojects.github.io/FSharpLint/) - Lint tool for F#.
* [FsPickler](http://nessos.github.io/FsPickler/) - Serialization library that facilitates the distribution of .NET objects. * [FsPickler](http://nessos.github.io/FsPickler/) - Serialization library that facilitates the distribution of .NET objects.