Merge pull request #253 from HollyAM/patch-2

Added APIPort Tool to the list of dotnet tools for developers
pull/256/head
Rich Lander 2015-11-10 06:50:02 -08:00
commit 42105b0727
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [WPF Application Framework (WAF)](http://waf.codeplex.com) - A lightweight Framework that helps you to create well structured WPF Applications. It supports you in applying a Layered Architecture and the Model-View-ViewModel pattern.
* Tools
* [API Port](https://github.com/microsoft/dotnet-apiport) - A tool that will analyze code for compatability issues when migrating between .NET Framework releases.
* [Cake](https://github.com/cake-build/cake) (C# Make) - A build automation system with C#/Roslyn driven build scripts.
* [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET.
* [CInject](https://github.com/punitganshani/CodeInject) - A tool to inject your C#/VB.NET code into existing .NET assemblies and executables