Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CodeLineCounter tool to README.md #1258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

magic5644
Copy link

Code analytics and Metrics/Application - CodeLineCounter

PROJECT_DESCRIPTION

The CodeLineCounter project is a tool that counts the number of lines of code per file, namespace, and project in a .NET solution. It also calculates the cyclomatic complexity of each file.

Since version 1.0.2 it also check duplications in the code. Since version 1.2.0 it also generate duplication report.

All the results are exported to CSV or JSON files. A Graph of dependency is also generated. (dot file Graphviz format)

@pleb pleb closed this Feb 25, 2025
@magic5644
Copy link
Author

Why you don't want to add ?

@pleb
Copy link
Collaborator

pleb commented Feb 27, 2025

Hi there, @magic5644! Thanks for your contribution and for taking the time to submit a PR. I appreciate the effort to improve our awesome-dotnet list!

I'm explaining why I haven't merged your PR yet and giving you some insight into our process. As the main maintainer here, I try to ensure that all additions meet our contribution guidelines.

Let's break down how your submission fares against our criteria (the bits that matter in your case):

✅ Actively maintained
✅ Stable
✅ Documented
✅ Tests

These are all great points in favour of your submission! However, there's one crucial aspect I'm not entirely sure about:

🤷 Generally useful to the community

This is where I could use some help. I left your PR open for a few months to see if it would generate interest or feedback from the community, but unfortunately, we didn't receive any comments or reactions.

I'm not closing the door on this, though! If you're still interested in getting this merged, here are a couple of suggestions:

  1. Try to gather some community support or testimonials about the usefulness of your contribution.
  2. If you have time and are passionate about maintaining the list, you could request to be added to the maintainer list. I know I'd love to have more hands on deck!

I'm sorry I couldn't give you a more definitive answer right now. I'm always open to reconsidering if we get more community input or if you can provide additional context on why this would benefit .NET developers.

Thanks again for your contribution, plebs

@pleb pleb reopened this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants