dotnet / roslyn-analyzers

MIT License
1.59k stars 465 forks source link

Readme should mention Microsoft.CodeAnalysis.AnalyzerUtilities #3339

Open jonas-johansson opened 4 years ago

jonas-johansson commented 4 years ago

The Readme should mention Microsoft.CodeAnalysis.AnalyzerUtilities as it's incredibly helpful.

I was looking for a way to calculate the cyclomatic complexity. I found related code in roslyn-analyzers but I couldn't see how it was publicly exposed. @mavasani enlightened me about Microsoft.CodeAnalysis.AnalyzerUtilities on gitter).

Thanks for Roslyn and the related code, it's great!

Evangelink commented 3 years ago

@mavasani Is there a plan to share AnalyzerUtilities? If not then I am not sure what this readme mention would bring.

mavasani commented 3 years ago

Agreed. This is still an experimental package, so we don't need a mention in readme. But if someone wanted to add something, I wouldn't be opposed to taking the PR.