From e6f8bee66493a5e7c040dc0fa0e09adeda3b1783 Mon Sep 17 00:00:00 2001 From: Gildas Le Bournault Date: Sat, 14 Dec 2024 12:56:34 +0100 Subject: [PATCH] Add CodeLineCounter tool to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f3dac154..6d2664968 100644 --- a/README.md +++ b/README.md @@ -337,6 +337,7 @@ To the extent possible under law, [Vitali Fokin](https://github.com/quozd) has w * [Codinion](https://www.codinion.com/) - Enhanced syntax highlighting for C# and some other "Visual" features. **[$]** * [NsDepCop](https://github.com/realvizu/NsDepCop) - Static code analysis tool to enforce namespace dependency rules in C# projects. * [WebBen](https://github.com/omerfarukz/WebBen) - Is a tool for benchmarking your Hypertext Transfer Protocol (HTTP) server. +* [CodeLineCounter](https://github.com/magic5644/codeLineCounter) - Is a tool to analyze .NET projects and extract some metrics (number of code lines, cognitive complexity, duplication codes, dependency analysis, etc.) ## Code Snippets