V3018. Consider inspecting the application's logic. It's possible that 'else' keyword is missing.
V3018 Consider inspecting the application's logic. It's possible that 'else' keyword is missing. VisualPascalABCNET InsightWindow.cs 145
public void HandleMouseWheel(MouseEventArgs e)
{
....
if (e.Delta > 0) {
....
} if (e.Delta < 0) { // <=
....
}
....
}
This is exactly the case when a reply to a comment turned into a small blog post. The power of ...