DEV Community

Rasma Raj
Rasma Raj

Posted on

Find number of lines of code in a .Net project

I had a requirement to find the number of lines in a major project which has been completed with .Net 2019.

The way I found the number of lines of coding is -

Step 1: Open the project
step 2: View > Other Windows > Code Metrics Results
![Find number of lines of code in a .Net project](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rzc2p2o4mceb2dh3f9jd.png)<br>

step 3 :
Code Matrics Result

Code Matrics Result View

Top comments (0)