https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/1099
2 people like thisPosted: 7 years ago by journeyman
Simple (and inaccurate) command line LOC counter mainly for .fs and .fsx files. Extended from: http://www.fssnip.net/b6/title/How-many-lines-of-code-does-your-project-contain Searches current directory and subdirectories (can be changed to only search current dir). Can be changed to whatever filetype is needed. Can be either run as a script (with fsi) or compiled (with fsc).
7 people like thisPosted: 5 years ago by LSM07