DEV Community

Discussion on: Static Code Analysis for your .NET projects

Collapse
 
_sergvasiliev_ profile image
Sergey Vasiliev

Hello Georgi,
Thank you for your post. It's great to see you talk about static analysis! :)

As far as static analyzers for C# go, I would like to mention PVS-Studio. You can integrate this analyzer into a pipeline or use it from within your IDE. PVS-Studio provides plugins for Visual Studio and Rider. The PVS-Studio analyzer is a paid tool, but free use is possible for certain projects and developers.

You can find more information about the tool on the official website: pvs-studio.com/en/pvs-studio/

Do you think it might be worth mentioning PVS-Studio in one of your article's sections?
Thanks!

Collapse
 
gmarokov profile image
Georgi Marokov

Hi Sergey,
Thanks for reaching out. I saw PVS-Studio when I did my research on the topic, but their pricing model stopped me from investigate it further.
I will try to obtain free licence for open source projects and have a more closer look.
Once I have that I can share my observations and probably include it in the post :)

Collapse
 
_sergvasiliev_ profile image
Sergey Vasiliev

Thank you, I look forward to hearing about your experience. :)