From 610a583e12442c6f7d6ead27482f3ef9142cd258 Mon Sep 17 00:00:00 2001 From: Holly M Date: Mon, 2 Nov 2015 14:37:11 -0800 Subject: [PATCH] Add API Port to the list of developer tools https://github.com/microsoft/dotnet-apiport --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 68a0059..6c114b5 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -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