ProjectAnalyzer.Tool 1.1.0

dotnet tool install --global ProjectAnalyzer.Tool --version 1.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ProjectAnalyzer.Tool --version 1.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ProjectAnalyzer.Tool&version=1.1.0
                    
nuke :add-package ProjectAnalyzer.Tool --version 1.1.0
                    

Project Analyzer

Project Analyzer is a lightweight CLI tool that analyzes C# projects and provides useful insights such as file counts, keyword usage, and general project metrics.

Installation

Install globally using .NET:

dotnet tool install -g ProjectAnalyzer.Tool

Usage

Run inside a project directory:

projectanalyzer

Or specify a project path:

projectanalyzer C:\Projects\MyApp

Features

  • Analyze C# project structure
  • Count files and lines of code
  • Detect keywords and patterns
  • Generate simple project reports

Example Output

Project: MyApp
Files analyzed: 42
Lines of code: 12873
Classes: 31
Methods: 205

Requirements

  • .NET 8 or later

Author

Yajnesh Ramdonee

License

This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.1.0 110 4/6/2026
1.0.1 112 3/7/2026
1.0.0 93 3/7/2026