Nullarglathotep/MetricsCalculator
A simple console program that uses Roslyn to calculate various metrics on C# source files. Uses source, not IL, to avoid things like async/await refactoring. Designed to allow new metric calculations and reports to be added easily.
C#