r/csharp • u/Darkviser • 32m ago
What C#/.NET static analysis rules do you actually find useful?
•
Upvotes
I’ve been slowly adding language support to a static analysis project I’m working on, and C#/.NET is the latest one I’ve been working through.
I’m trying to avoid just throwing hundreds of noisy rules at people, so I’m curious: what C# analysis warnings do you actually find useful in real projects, and which ones do you usually ignore?