From 3583978d0a2b1d8414b8fa4760570104f7ce3b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20W=C3=A4scher?= Date: Mon, 5 Aug 2019 17:42:31 +0200 Subject: [PATCH] Add 3 dotnet tools (#1092) * Add Fusion++, RepoZ and dnSpy * Update dotnet-developer-projects.md Co-Authored-By: Ron Petrusha * Update dotnet-developer-projects.md Co-Authored-By: Ron Petrusha * Update dotnet-developer-projects.md Co-Authored-By: Ron Petrusha --- dotnet-developer-projects.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index f6ae979..7564f0e 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -249,12 +249,14 @@ 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 * [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET. * [Crawler-Lib Build Tools](http://download.crawler-lib.net/BuildTools/) - [A PowerShell based toolbox](http://www.crawler-lib.net/build-tools) for automating the software build process, autmated testing and integration. + * [dnSpy](https://github.com/0xd4d/dnSpy) - A .NET decompiler, debugger, and assembly editor that lets you edit and debug assemblies even if you don't have their source code. * [FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake. * [FlubuCore](https://github.com/flubu-core/flubu.core) - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code. * [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies. * [FsEye](https://github.com/swensensoftware/fseye) - A visual object tree inspector for the F# Interactive. * [FsharpLint](https://github.com/fsprojects/FSharpLint) - Lint tool for F#. * [FsPickler](https://github.com/nessos/FsPickler) - Serialization library that facilitates the distribution of .NET objects. + * [Fusion++](https://github.com/awaescher/Fusion) - A modern alternative to the Microsoft Assembly Binding Log Viewer (FUSLOGVW.exe). * [GitLink](https://github.com/GitTools/GitLink) - Command-line tool to make .NET open source accessible without the need for a symbols server * [GitVersion](https://github.com/GitTools/GitVersion) - Use convention to derive a SemVer product version from a GitFlow based repository. * [Glimpse](https://github.com/Glimpse/Glimpse) - Providing real time diagnostics & insights to the fingertips of hundreds of thousands of developers daily. @@ -269,6 +271,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Polly](https://github.com/App-vNext/Polly) - A resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. * [Protobuf-net](https://github.com/mgravell/protobuf-net) - A .NET implementation of protobuf, allowing you to serialize your .NET objects efficiently and easily. * [Quick Diagram Tool for C#](https://github.com/realvizu/QuickDiagram) - Code visualization tool for C#. + * [RepoZ](https://github.com/awaescher/RepoZ) - A zero-conf git repository hub for Windows and macOS with Windows Explorer and CLI enhancements. * [scriptcs](https://github.com/scriptcs/scriptcs) - scriptcs makes it easy to write and execute C# with a simple text editor. * [Snoop WPF](https://github.com/cplotts/snoopwpf) - Snoop - The WPF Spy Utility * [Sql Bulk Copy Sync](https://github.com/WCOMAB/SqlBulkSync) - A lightweight, performant non-intrusive SQL Server data sync tool.