diff --git a/README.md b/README.md index 983f752e..e0ab7f8b 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ Follows best practices and conventions to provide you a SOLID development experi * [DevSkim](https://github.com/Microsoft/DevSkim) - A set of IDE plugins and rules that provide security "linting" capabilities. * [RefactoringEssentials](https://github.com/icsharpcode/RefactoringEssentials) - Refactoring Essentials for Visual Studio. * [roslyn-analyzers](https://github.com/dotnet/roslyn-analyzers) - .NET Compiler Platform ("Roslyn") Analyzers. + * [snitch](https://github.com/spectresystems/snitch) - .NET tool to find duplicate transitive package references. * [StyleCopAnalyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) - StyleCop rules using the .NET Compiler Platform. * Metrics * [AppMetrics](https://github.com/alhardy/AppMetrics) - App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application and reports it's health.