ErrorProne.NET
ErrorProne.NET copied to clipboard
Warn for `new Guid()`
Real-world typo:
var newGuid = new Guid(); // Guid.NewGuid(); assumed