Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Static code analysis tool for .NET Core

I'm trying to find a static code analysis tool for the new .NET Core. There is ReSharper but I think .NET Core support is not really there yet. I'm not sure about other althernatives?

like image 828
user1340582 Avatar asked Aug 18 '16 11:08

user1340582


1 Answers

My search via Calculate Code Metrics for .NET Core Projects? and other investigation got me to the conclusion that we have to wait until the tooling from Microsoft, Jetbrains or others is ready.

In Resharper 2016.2 (RC version is now available) some initial work has been done; but unit tests and code analysis is announce for the post 2016.2 version. I am eager for the Early Access Versions.

NDepend and Microsoft-Tooling are lacking support today, too. I hope to see this tooling until the end of this year.

like image 140
Ralf Bönning Avatar answered Sep 20 '22 16:09

Ralf Bönning